| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Provides sane formatting for the following pattern:
```
BENCHMARK_F(TBenchWalk, Walk_FirstParent)(benchmark::State& state) {
```
commit_hash:15087479d2603541ce9b691d6bd55ccb5bbc3d35
|
| |
|
|
| |
commit_hash:6c019cb6f41fae864363fd7ab376e3fe02f667da
|
| |
|
|
| |
commit_hash:f4afe4a98e0d9b030362b811aca186a2975c1c96
|
| |
|
|
|
|
|
| |
This option is [deprecated](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#constructorinitializerallononelineoroneperline). See CurrentLine of PackConstructorInitializers.
NB: `PackConstructorInitializers` is already set to `Never` in our `.clang-format`.
commit_hash:94ea7856d12cf370fee5b0f75866c87577a348da
|
| |
|
|
|
| |
Когда min_approvers_count был не на месте, получалось, что шипы вообще не нужны
commit_hash:e101d0286e87c45c1f17eed27a4eccb3f25e99e8
|
| |
|
|
|
|
| |
in `.clang-format`
commit_hash:1d25146f5a76da6ee2b6fadbf9e9650782f6704b
|
| |
|
|
|
| |
[build/config/tests] Delete obsolete default linter config files
commit_hash:bd5f2f083881c0b8d5474fc522b75401dda4cee5
|
| |
|
|
|
| |
Add linter configs validation rules map
commit_hash:6bda49bb887fcb91b276a921dfc6add12c7c0ac5
|
| |
|
|
|
| |
Rename default clang-format/black linter configs to conventional names
commit_hash:53a5ce4592e4726f0f82f7b2a483864e1500b306
|
| |
|
|
|
| |
Make config.clang-ormat default
commit_hash:66bde4726e685cd3f9ca6f230ef314738bd1af8c
|
| |
|
|
|
| |
Sync config18.clang-format and config.clang-format
commit_hash:0699138db6b6bbb12d63c494b13c55796ffb1d67
|
| |
|
|
|
| |
clang-format 18 in STYLE\_CPP
commit_hash:e2018ac17a95817f09e131ee6d5316b2bdc2d39e
|
| |
|
|
|
| |
Add config18.clang-format resource
commit_hash:3f1a46de28fdc91515a137edc34ffe43dd4738db
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Принудительно добавлять скобки для однострочников при использовании 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
|
| |
|
|
|
| |
Export cpp_style configs to ydb
commit_hash:1f05f3bddb56ef6a6f010eedf7bd3342b2a78cbf
|
| |
|
|
|
| |
Enable clang-format FixNamespaceComments option
8ffd1b7f4787cdf4e80a92b08f07634abe416854
|
| |
|
|
|
| |
Remove Y_UNIT_TEST from config.clang-format
853b6da2c4464342d4cfe7756c18ed599004fdd8
|
| |
|
|
|
| |
Change clang-format congif in arcadia
0577efb0a5f0fb67d409e2a86b75a14a0975df63
|
| |
|
|
| |
2b225295e185799ec49e39f48de7268d0e753cee
|
| |
|
|
|
|
|
| |
https://clang.llvm.org/docs/ClangFormatStyleOptions.html#packconstructorinitializers
Just set the default value explicitly.
8c4b172f18d90904f2b2728f43eb56b52ee24f6a
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
8f2be822acca9aea87fb4504635b81659cd8b3f4
|
| |
|
|
| |
853c2293128f6f534d97c1a5c97204e1f72868cf
|
| |
|
|
| |
a494c8b69e6dec20bf56966cca5259e337905d23
|
| |
|