File tree Expand file tree Collapse file tree 5 files changed +400
-345
lines changed Expand file tree Collapse file tree 5 files changed +400
-345
lines changed Original file line number Diff line number Diff line change 11BasedOnStyle : LLVM
22IndentWidth : 4
3- ColumnLimit : 100
3+ ColumnLimit : 140
44TabWidth : 4
55UseTab : Never
66BreakBeforeBraces : Allman
@@ -11,4 +11,7 @@ SpaceBeforeParens: ControlStatements
1111SortIncludes : true
1212IncludeBlocks : Regroup
1313ReflowComments : true
14- Standard : Cpp23
14+ ContinuationIndentWidth : 4
15+ BinPackParameters : false
16+ BinPackArguments : false
17+
Original file line number Diff line number Diff line change 11Checks : >
22 -*,
3- bugprone-* ,
4- performance-* ,
53 readability-* ,
64 modernize-* ,
7- cppcoreguidelines-* ,
8- portability-* ,
9- misc-unused-* ,
10- hicpp-* ,
11- clang-analyzer-* ,
12- -modernize-use-trailing-return-type
5+ -modernize-use-trailing-return-type,
6+ -readability-magic-numbers,
137
148WarningsAsErrors : >
159 bugprone-* ,
@@ -19,8 +13,6 @@ WarningsAsErrors: >
1913HeaderFilterRegex : ' src/.*'
2014FormatStyle : file
2115
22- Standard : c++23
23-
2416CheckOptions :
2517 - key : modernize-use-auto.MinTypeNameLength
2618 value : ' 5'
@@ -31,4 +23,8 @@ CheckOptions:
3123 - key : readability-identifier-naming.MemberCase
3224 value : lower_case
3325 - key : readability-identifier-naming.PrivateMemberPrefix
34- value : ' _'
26+ value : ' _'
27+ - key : readability-function-size.ParameterThreshold
28+ value : ' 8'
29+ - key : readability-braces-around-statements.ShortStatementLines
30+ value : ' 0'
You can’t perform that action at this time.
0 commit comments