@@ -3,8 +3,10 @@ Language: Cpp
33# BasedOnStyle: Google
44AccessModifierOffset : -1
55AlignAfterOpenBracket : Align
6- AlignConsecutiveAssignments : false
7- AlignConsecutiveDeclarations : false
6+ AlignConsecutiveAssignments :
7+ Enabled : false
8+ AlignConsecutiveDeclarations :
9+ Enabled : false
810AlignEscapedNewlines : Right
911AlignOperands : true
1012AlignTrailingComments : true
@@ -14,7 +16,6 @@ AllowShortCaseLabelsOnASingleLine: false
1416AllowShortFunctionsOnASingleLine : Inline
1517AllowShortIfStatementsOnASingleLine : true
1618AllowShortLoopsOnASingleLine : true
17- AlwaysBreakAfterDefinitionReturnType : None
1819AlwaysBreakAfterReturnType : None
1920AlwaysBreakBeforeMultilineStrings : false
2021AlwaysBreakTemplateDeclarations : true
@@ -38,16 +39,15 @@ BraceWrapping:
3839 SplitEmptyNamespace : true
3940BreakBeforeBinaryOperators : None
4041BreakBeforeBraces : Attach
41- BreakBeforeInheritanceComma : false
42+ BreakInheritanceList : BeforeColon
4243BreakBeforeTernaryOperators : true
43- BreakConstructorInitializersBeforeComma : false
4444BreakConstructorInitializers : BeforeColon
4545BreakAfterJavaFieldAnnotations : false
4646BreakStringLiterals : true
4747ColumnLimit : 80
4848CommentPragmas : ' ^ IWYU pragma:'
4949CompactNamespaces : false
50- ConstructorInitializerAllOnOneLineOrOnePerLine : true
50+ PackConstructorInitializers : CurrentLine
5151ConstructorInitializerIndentWidth : 4
5252ContinuationIndentWidth : 4
5353Cpp11BracedListStyle : true
@@ -93,7 +93,7 @@ PenaltyExcessCharacter: 1000000
9393PenaltyReturnTypeOnItsOwnLine : 200
9494PointerAlignment : Left
9595ReflowComments : true
96- SortIncludes : true
96+ SortIncludes : CaseSensitive
9797SortUsingDeclarations : true
9898SpaceAfterCStyleCast : false
9999SpaceAfterTemplateKeyword : true
0 commit comments