File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # BasedOnStyle: Google
1
+ BasedOnStyle : Google
2
2
AccessModifierOffset : -1
3
3
ConstructorInitializerIndentWidth : 4
4
4
AlignEscapedNewlinesLeft : true
5
5
AlignTrailingComments : true
6
6
AllowAllParametersOfDeclarationOnNextLine : true
7
7
AllowShortIfStatementsOnASingleLine : true
8
8
AllowShortLoopsOnASingleLine : true
9
- AlwaysBreakTemplateDeclarations : true
9
+ AlwaysBreakTemplateDeclarations : false
10
10
AlwaysBreakBeforeMultilineStrings : true
11
11
BreakBeforeBinaryOperators : false
12
12
BreakConstructorInitializersBeforeComma : false
@@ -29,7 +29,7 @@ SpacesBeforeTrailingComments: 2
29
29
Cpp11BracedListStyle : true
30
30
Standard : Auto
31
31
IndentWidth : 2
32
- TabWidth : 8
32
+ TabWidth : 4
33
33
UseTab : false
34
34
BreakBeforeBraces : Attach
35
35
IndentFunctionDeclarationAfterType : true
You can’t perform that action at this time.
0 commit comments