22Language : Cpp
33# BasedOnStyle: WebKit
44AccessModifierOffset : -4
5- AlignAfterOpenBracket : DontAlign
5+ AlignAfterOpenBracket : Align
6+ # AlignAfterOpenBracket: DontAlign
67AlignArrayOfStructures : None
78AlignConsecutiveMacros : None
89AlignConsecutiveAssignments : None
@@ -22,7 +23,8 @@ AllowShortLambdasOnASingleLine: All
2223AllowShortIfStatementsOnASingleLine : Never
2324AllowShortLoopsOnASingleLine : false
2425AlwaysBreakAfterDefinitionReturnType : None
25- AlwaysBreakAfterReturnType : AllDefinitions
26+ AlwaysBreakAfterReturnType : TopLevelDefinitions
27+ # AlwaysBreakAfterReturnType: None
2628AlwaysBreakBeforeMultilineStrings : false
2729AlwaysBreakTemplateDeclarations : MultiLine
2830AttributeMacros :
@@ -63,14 +65,16 @@ CommentPragmas: '^ IWYU pragma:'
6365CompactNamespaces : false
6466ConstructorInitializerAllOnOneLineOrOnePerLine : false
6567ConstructorInitializerIndentWidth : 4
66- ContinuationIndentWidth : 4
68+ ContinuationIndentWidth : 8
69+ # ContinuationIndentWidth: 4
6770Cpp11BracedListStyle : false
6871DeriveLineEnding : true
6972DerivePointerAlignment : false
7073DisableFormat : false
7174EmptyLineAfterAccessModifier : Never
7275EmptyLineBeforeAccessModifier : LogicalBlock
73- ExperimentalAutoDetectBinPacking : false
76+ ExperimentalAutoDetectBinPacking : true
77+ # ExperimentalAutoDetectBinPacking: false
7478FixNamespaceComments : false
7579ForEachMacros :
7680 - foreach
@@ -129,9 +133,11 @@ PenaltyIndentedWhitespace: 0
129133PointerAlignment : Left
130134PPIndentWidth : -1
131135ReferenceAlignment : Pointer
132- ReflowComments : true
136+ ReflowComments : false
137+ # ReflowComments: true
133138ShortNamespaceLines : 1
134139SortIncludes : false
140+ # SortIncludes: CaseSensitive
135141SortJavaStaticImport : Before
136142SortUsingDeclarations : true
137143SpaceAfterCStyleCast : false
0 commit comments