@@ -4,18 +4,18 @@ AccessModifierOffset: -4
44AlignAfterOpenBracket : DontAlign
55AlignConsecutiveAssignments : false
66AlignConsecutiveDeclarations : false
7- AlignEscapedNewlinesLeft : false
8- AlignOperands : true
9- AlignTrailingComments : true
7+ AlignEscapedNewlinesLeft : true
8+ AlignOperands : false
9+ AlignTrailingComments : false
1010AllowAllParametersOfDeclarationOnNextLine : true
11- AllowShortBlocksOnASingleLine : true
11+ AllowShortBlocksOnASingleLine : false
1212AllowShortCaseLabelsOnASingleLine : true
13- AllowShortFunctionsOnASingleLine : Inline
14- AllowShortIfStatementsOnASingleLine : true
13+ AllowShortFunctionsOnASingleLine : All
14+ AllowShortIfStatementsOnASingleLine : false
1515AllowShortLoopsOnASingleLine : false
1616AlwaysBreakAfterDefinitionReturnType : None
1717AlwaysBreakAfterReturnType : None
18- AlwaysBreakBeforeMultilineStrings : false
18+ AlwaysBreakBeforeMultilineStrings : true
1919AlwaysBreakTemplateDeclarations : true
2020BinPackArguments : true
2121BinPackParameters : true
@@ -75,7 +75,7 @@ SpaceAfterCStyleCast: false
7575SpaceBeforeAssignmentOperators : true
7676SpaceBeforeParens : ControlStatements
7777SpaceInEmptyParentheses : false
78- SpacesBeforeTrailingComments : 2
78+ SpacesBeforeTrailingComments : 1
7979SpacesInAngles : false
8080SpacesInContainerLiterals : true
8181SpacesInCStyleCastParentheses : false
0 commit comments