@@ -36,15 +36,15 @@ AlignConsecutiveAssignments: false
36
36
AlignConsecutiveBitFields : false
37
37
AlignConsecutiveDeclarations : false
38
38
AlignEscapedNewlines : Left
39
- AlignOperands : Align
39
+ AlignOperands : true
40
40
AlignTrailingComments : true
41
- AllowAllArgumentsOnNextLine : true
41
+ AllowAllArgumentsOnNextLine : false
42
42
AllowAllConstructorInitializersOnNextLine : true
43
43
AllowAllParametersOfDeclarationOnNextLine : true
44
44
AllowShortEnumsOnASingleLine : true
45
45
AllowShortBlocksOnASingleLine : Never
46
46
AllowShortCaseLabelsOnASingleLine : false
47
- AllowShortFunctionsOnASingleLine : All
47
+ AllowShortFunctionsOnASingleLine : None
48
48
AllowShortLambdasOnASingleLine : All
49
49
AllowShortIfStatementsOnASingleLine : Never
50
50
AllowShortLoopsOnASingleLine : false
@@ -73,7 +73,7 @@ BraceWrapping:
73
73
SplitEmptyFunction : true
74
74
SplitEmptyRecord : true
75
75
SplitEmptyNamespace : true
76
- BreakBeforeBinaryOperators : None
76
+ BreakBeforeBinaryOperators : true
77
77
BreakBeforeBraces : Custom
78
78
BreakBeforeInheritanceComma : false
79
79
BreakInheritanceList : BeforeColon
@@ -92,7 +92,6 @@ Cpp11BracedListStyle: true
92
92
DeriveLineEnding : true
93
93
DerivePointerAlignment : false
94
94
DisableFormat : false
95
- ExperimentalAutoDetectBinPacking : false
96
95
FixNamespaceComments : true
97
96
ForEachMacros :
98
97
- foreach
@@ -139,8 +138,8 @@ ObjCBlockIndentWidth: 4
139
138
ObjCBreakBeforeNestedBlockParam : true
140
139
ObjCSpaceAfterProperty : false
141
140
ObjCSpaceBeforeProtocolList : true
142
- PenaltyBreakAssignment : 300
143
- PenaltyBreakBeforeFirstCallParameter : 300
141
+ PenaltyBreakAssignment : 250
142
+ PenaltyBreakBeforeFirstCallParameter : 301
144
143
PenaltyBreakComment : 300
145
144
PenaltyBreakFirstLessLess : 120
146
145
PenaltyBreakString : 1000
0 commit comments