summaryrefslogtreecommitdiffstats
path: root/build/config/tests/cpp_style/config.clang-format
Commit message (Collapse)AuthorAgeFilesLines
* [build/config/tests] Delete obsolete default linter config filesalevitskii2025-03-071-97/+0
| | | | | [build/config/tests] Delete obsolete default linter config files commit_hash:bd5f2f083881c0b8d5474fc522b75401dda4cee5
* Sync config18.clang-format and config.clang-formatalevitskii2025-01-211-0/+1
| | | | | Sync config18.clang-format and config.clang-format commit_hash:0699138db6b6bbb12d63c494b13c55796ffb1d67
* ya style clang format. Braces stylenae2022024-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Принудительно добавлять скобки для однострочников при использовании ya style. чтобы такого не было ```cpp for (const TString& sliceName : sliceNames) for (auto& test : allWebRankingSlices) if (sliceName == ToString(test.first)) return test.second; return algo2Domain; ``` Зависит от - REVIEW:7273779 - REVIEW:7273927 - REVIEW:7274020 - REVIEW:7274173 - REVIEW:7274863 - REVIEW:7274942 - REVIEW:7286577 - REVIEW:7286432 - REVIEW:7286620 - REVIEW:7308852 commit_hash:44ce41c86610dfd52cc9a1656ff1da6b4e411d6b
* Enable clang-format FixNamespaceComments optiondmasloff2024-09-051-0/+2
| | | | | Enable clang-format FixNamespaceComments option 8ffd1b7f4787cdf4e80a92b08f07634abe416854
* Remove Y_UNIT_TEST from config.clang-formatdmasloff2024-08-301-1/+1
| | | | | Remove Y_UNIT_TEST from config.clang-format 853b6da2c4464342d4cfe7756c18ed599004fdd8
* Set SpacesInLineCommentPrefix to 1 in Arcadia clang-formatdmasloff2024-08-191-2/+2
| | | | | Change clang-format congif in arcadia 0577efb0a5f0fb67d409e2a86b75a14a0975df63
* Mitigate meaningless difference in .clang-format'sthegeorg2024-06-121-0/+1
| | | | 2b225295e185799ec49e39f48de7268d0e753cee
* Set PackConstructorInitializer to Never in clang-formatthegeorg2024-06-031-0/+1
| | | | | | | https://clang.llvm.org/docs/ClangFormatStyleOptions.html#packconstructorinitializers Just set the default value explicitly. 8c4b172f18d90904f2b2728f43eb56b52ee24f6a
* clang-format: set `SpacesInSquareBrackets` to falsethegeorg2024-05-311-0/+1
| | | | | | | https://clang.llvm.org/docs/ClangFormatStyleOptions.html#spacesinsquarebrackets It looks like this is the default behavior though it is not clear neither from docs, nor from the code. 766f1ca523d39d476416af2a36de7579df7b9ebd
* Cosmetic changes in .clang-formatthegeorg2024-05-311-2/+2
| | | | 8f2be822acca9aea87fb4504635b81659cd8b3f4
* Use same configs in ya style and style-testsmikhnenko2024-04-041-1/+3
| | | | 853c2293128f6f534d97c1a5c97204e1f72868cf
* Move style configs from devtools to build directorysay2023-09-281-0/+88