File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ AccessModifierOffset: -1
1010AlignAfterOpenBracket : Align
1111AlignArrayOfStructures : None
1212AlignConsecutiveAssignments :
13- Enabled : true
13+ Enabled : false
1414 AcrossEmptyLines : false
1515 AcrossComments : false
1616 AlignCompound : true
@@ -22,12 +22,10 @@ AlignConsecutiveBitFields:
2222 AlignCompound : true
2323 PadOperators : true
2424AlignConsecutiveDeclarations :
25- Enabled : true
25+ Enabled : false
2626 AcrossEmptyLines : false
2727 AcrossComments : false
2828 AlignCompound : false
29- AlignFunctionDeclarations : false
30- AlignFunctionPointers : true
3129 PadOperators : false
3230AlignConsecutiveMacros :
3331 Enabled : true
@@ -154,7 +152,7 @@ LambdaBodyIndentation: Signature
154152LineEnding : DeriveLF
155153MacroBlockBegin : " "
156154MacroBlockEnd : " "
157- MaxEmptyLinesToKeep : 1
155+ MaxEmptyLinesToKeep : 2
158156NamespaceIndentation : All
159157ObjCBinPackProtocolList : Auto
160158ObjCBlockIndentWidth : 2
You can’t perform that action at this time.
0 commit comments