11AccessModifierOffset : -2
22AlignAfterOpenBracket : DontAlign
3- AlignConsecutiveAssignments : false
4- AlignConsecutiveDeclarations : false
3+ AlignConsecutiveAssignments : None
4+ AlignConsecutiveDeclarations : None
55AlignEscapedNewlines : Left
66AlignOperands : true
77AlignTrailingComments : false
88AllowAllParametersOfDeclarationOnNextLine : false
9- AllowShortBlocksOnASingleLine : true
9+ AllowShortBlocksOnASingleLine : Always
1010AllowShortCaseLabelsOnASingleLine : false
1111AllowShortFunctionsOnASingleLine : All
1212AllowShortIfStatementsOnASingleLine : true
1313AllowShortLoopsOnASingleLine : true
1414AlwaysBreakAfterDefinitionReturnType : None
1515AlwaysBreakAfterReturnType : None
1616AlwaysBreakBeforeMultilineStrings : true
17- AlwaysBreakTemplateDeclarations : false
17+ AlwaysBreakTemplateDeclarations : No
1818BinPackArguments : false
1919BinPackParameters : false
2020BraceWrapping :
@@ -40,7 +40,7 @@ BreakBeforeTernaryOperators: true
4040BreakConstructorInitializers : BeforeColon
4141BreakConstructorInitializersBeforeComma : false
4242BreakStringLiterals : true
43- ColumnLimit : 0
43+ ColumnLimit : 180
4444CommentPragmas : ' ^ IWYU pragma:'
4545CompactNamespaces : false
4646ConstructorInitializerAllOnOneLineOrOnePerLine : false
@@ -52,19 +52,19 @@ DisableFormat: false
5252ExperimentalAutoDetectBinPacking : true
5353FixNamespaceComments : true
5454ForEachMacros :
55- - foreach
56- - Q_FOREACH
57- - BOOST_FOREACH
55+ - foreach
56+ - Q_FOREACH
57+ - BOOST_FOREACH
5858IncludeCategories :
59- - Priority : 2
60- Regex : ^"(llvm|llvm-c|clang|clang-c)/
61- - Priority : 3
62- Regex : ^(<|"(gtest|gmock|isl|json)/)
63- - Priority : 1
64- Regex : .*
59+ - Priority : 2
60+ Regex : ^"(llvm|llvm-c|clang|clang-c)/
61+ - Priority : 3
62+ Regex : ^(<|"(gtest|gmock|isl|json)/)
63+ - Priority : 1
64+ Regex : .*
6565IncludeIsMainRegex : (Test)?$
6666IndentCaseLabels : false
67- IndentWidth : 2
67+ IndentWidth : 4
6868IndentWrappedFunctionNames : true
6969JavaScriptQuotes : Leave
7070JavaScriptWrapImports : true
@@ -79,7 +79,7 @@ ObjCSpaceAfterProperty: true
7979ObjCSpaceBeforeProtocolList : false
8080PointerAlignment : Right
8181ReflowComments : true
82- SortIncludes : false
82+ SortIncludes : CaseSensitive
8383SortUsingDeclarations : false
8484SpaceAfterCStyleCast : false
8585SpaceAfterTemplateKeyword : false
@@ -92,7 +92,6 @@ SpacesInCStyleCastParentheses: false
9292SpacesInContainerLiterals : true
9393SpacesInParentheses : false
9494SpacesInSquareBrackets : false
95- Standard : Cpp11
95+ Standard : c++20
9696TabWidth : 8
9797UseTab : Never
98-
0 commit comments