File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ BasedOnStyle: Google
3
3
AccessModifierOffset : -2
4
4
ConstructorInitializerIndentWidth : 2
5
5
AlignAfterOpenBracket : Align
6
- AlignConsecutiveAssignments : true
7
- AlignConsecutiveDeclarations : true
6
+ AlignConsecutiveAssignments : Consecutive
7
+ AlignConsecutiveDeclarations : Consecutive
8
8
AlignConsecutiveMacros : AcrossEmptyLines
9
- AlignEscapedNewlines : LeftWithLastLine
9
+ AlignEscapedNewlines : Left # Revisit when clang-format is updated
10
10
AlignTrailingComments : true
11
11
AllowAllParametersOfDeclarationOnNextLine : false
12
12
AllowShortIfStatementsOnASingleLine : false
@@ -17,7 +17,8 @@ AlwaysBreakBeforeMultilineStrings: true
17
17
BreakBeforeBinaryOperators : false
18
18
BreakBeforeTernaryOperators : false
19
19
BreakConstructorInitializersBeforeComma : true
20
- BinPackParameters : OnePerLine
20
+ BinPackArguments : false # Revisit when clang-format is updated
21
+ BinPackParameters : false # Revisit when clang-format is updated
21
22
ColumnLimit : 120
22
23
ConstructorInitializerAllOnOneLineOrOnePerLine : true
23
24
DerivePointerBinding : false
You can’t perform that action at this time.
0 commit comments