@@ -4,18 +4,18 @@ AccessModifierOffset: -4
4
4
AlignAfterOpenBracket : DontAlign
5
5
AlignConsecutiveAssignments : false
6
6
AlignConsecutiveDeclarations : false
7
- AlignEscapedNewlinesLeft : false
8
- AlignOperands : true
9
- AlignTrailingComments : true
7
+ AlignEscapedNewlinesLeft : true
8
+ AlignOperands : false
9
+ AlignTrailingComments : false
10
10
AllowAllParametersOfDeclarationOnNextLine : true
11
- AllowShortBlocksOnASingleLine : true
11
+ AllowShortBlocksOnASingleLine : false
12
12
AllowShortCaseLabelsOnASingleLine : true
13
- AllowShortFunctionsOnASingleLine : Inline
14
- AllowShortIfStatementsOnASingleLine : true
13
+ AllowShortFunctionsOnASingleLine : All
14
+ AllowShortIfStatementsOnASingleLine : false
15
15
AllowShortLoopsOnASingleLine : false
16
16
AlwaysBreakAfterDefinitionReturnType : None
17
17
AlwaysBreakAfterReturnType : None
18
- AlwaysBreakBeforeMultilineStrings : false
18
+ AlwaysBreakBeforeMultilineStrings : true
19
19
AlwaysBreakTemplateDeclarations : true
20
20
BinPackArguments : true
21
21
BinPackParameters : true
@@ -75,7 +75,7 @@ SpaceAfterCStyleCast: false
75
75
SpaceBeforeAssignmentOperators : true
76
76
SpaceBeforeParens : ControlStatements
77
77
SpaceInEmptyParentheses : false
78
- SpacesBeforeTrailingComments : 2
78
+ SpacesBeforeTrailingComments : 1
79
79
SpacesInAngles : false
80
80
SpacesInContainerLiterals : true
81
81
SpacesInCStyleCastParentheses : false
0 commit comments