11BasedOnStyle : LLVM
22AccessModifierOffset : -2
3- AlignAfterOpenBracket : true
4- AlignEscapedNewlinesLeft : false
5- AlignOperands : true
3+ AlignAfterOpenBracket : " true"
4+ AlignEscapedNewlines : Left
5+ AlignOperands : " true"
66AlignTrailingComments : true
77AllowAllParametersOfDeclarationOnNextLine : true
8- AllowShortBlocksOnASingleLine : true
8+ AllowShortBlocksOnASingleLine : Always
99AllowShortCaseLabelsOnASingleLine : false
1010AllowShortFunctionsOnASingleLine : Empty
11- AllowShortIfStatementsOnASingleLine : false
11+ AllowShortIfStatementsOnASingleLine : " false"
1212AllowShortLoopsOnASingleLine : false
13- AlwaysBreakAfterDefinitionReturnType : false
13+ AlwaysBreakAfterDefinitionReturnType : None
1414AlwaysBreakBeforeMultilineStrings : true
15- AlwaysBreakTemplateDeclarations : true
15+ AlwaysBreakTemplateDeclarations : Yes
1616SpaceAfterTemplateKeyword : false
1717BinPackArguments : true
1818BinPackParameters : true
19- BreakBeforeBinaryOperators : None
2019BreakBeforeBraces : Attach
2120BreakBeforeTernaryOperators : true
22- BreakConstructorInitializersBeforeComma : true
23- ColumnLimit : 80
21+ ColumnLimit : 100
2422CommentPragmas : ' ^ IWYU pragma:'
2523ConstructorInitializerAllOnOneLineOrOnePerLine : false
2624ConstructorInitializerIndentWidth : 2
@@ -30,6 +28,7 @@ DerivePointerAlignment: false
3028DisableFormat : false
3129ExperimentalAutoDetectBinPacking : false
3230IndentCaseLabels : false
31+ IndentRequires : true
3332IndentWidth : 2
3433IndentWrappedFunctionNames : false
3534KeepEmptyLinesAtTheStartOfBlocks : true
@@ -41,7 +40,7 @@ ObjCSpaceAfterProperty: false
4140ObjCSpaceBeforeProtocolList : true
4241PenaltyBreakBeforeFirstCallParameter : 19
4342PenaltyBreakComment : 300
44- PenaltyBreakFirstLessLess : 80
43+ PenaltyBreakFirstLessLess : 100
4544PenaltyBreakString : 1000
4645PenaltyExcessCharacter : 1000000
4746PenaltyReturnTypeOnItsOwnLine : 60
@@ -56,7 +55,13 @@ SpacesInCStyleCastParentheses: false
5655SpacesInContainerLiterals : true
5756SpacesInParentheses : true
5857SpacesInSquareBrackets : false
59- Standard : Cpp11
58+ Standard : c++17
6059TabWidth : 2
6160UseTab : ForIndentation
62-
61+ BreakConstructorInitializersBeforeComma : true
62+ AllowAllConstructorInitializersOnNextLine : true
63+ BreakInheritanceList : AfterColon
64+ AllowAllParametersOfDeclarationOnNextLine : false
65+ BinPackParameters : false
66+ BinPackArguments : false
67+ AllowAllArgumentsOnNextLine : false
0 commit comments