@@ -8,9 +8,9 @@ Language: Cpp
88BasedOnStyle : LLVM 
99AccessModifierOffset : -1 
1010AlignAfterOpenBracket : Align 
11- AlignArrayOfStructures : Right 
11+ AlignArrayOfStructures : None 
1212AlignConsecutiveAssignments :
13-   Enabled : true 
13+   Enabled : false 
1414  AcrossEmptyLines : false 
1515  AcrossComments : false 
1616  AlignCompound : true 
@@ -22,7 +22,7 @@ AlignConsecutiveBitFields:
2222  AlignCompound : true 
2323  PadOperators : true 
2424AlignConsecutiveDeclarations :
25-   Enabled : true 
25+   Enabled : false 
2626  AcrossEmptyLines : false 
2727  AcrossComments : false 
2828  AlignCompound : false 
@@ -41,14 +41,14 @@ AlignConsecutiveShortCaseStatements:
4141AlignEscapedNewlines : Left 
4242AlignOperands : Align 
4343AlignTrailingComments :
44-   Kind : Always 
44+   Kind : Leave 
4545  OverEmptyLines : 1 
4646AllowAllArgumentsOnNextLine : false 
4747AllowAllParametersOfDeclarationOnNextLine : false 
4848AllowShortBlocksOnASingleLine : false 
4949AllowShortCaseLabelsOnASingleLine : false 
5050AllowShortEnumsOnASingleLine : false 
51- AllowShortFunctionsOnASingleLine : None 
51+ AllowShortFunctionsOnASingleLine : Inline 
5252AllowShortIfStatementsOnASingleLine : false 
5353AllowShortLambdasOnASingleLine : All 
5454AllowShortLoopsOnASingleLine : false 
@@ -63,7 +63,7 @@ BinPackParameters: true
6363BitFieldColonSpacing : Both 
6464BreakBeforeBraces : Custom 
6565BraceWrapping :
66-   AfterCaseLabel : false 
66+   AfterCaseLabel : true 
6767  AfterClass : true 
6868  AfterControlStatement : Always 
6969  AfterEnum : true 
@@ -153,7 +153,7 @@ LineEnding: DeriveLF
153153MacroBlockBegin : " " 
154154MacroBlockEnd : " " 
155155MaxEmptyLinesToKeep : 2 
156- NamespaceIndentation : None 
156+ NamespaceIndentation : All 
157157ObjCBinPackProtocolList : Auto 
158158ObjCBlockIndentWidth : 2 
159159ObjCBreakBeforeNestedBlockParam : true 
0 commit comments