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
22AccessModifierOffset : -1
33ConstructorInitializerIndentWidth : 4
44AlignEscapedNewlinesLeft : true
55AlignTrailingComments : true
66AllowAllParametersOfDeclarationOnNextLine : true
77AllowShortIfStatementsOnASingleLine : true
88AllowShortLoopsOnASingleLine : true
9- AlwaysBreakTemplateDeclarations : true
9+ AlwaysBreakTemplateDeclarations : false
1010AlwaysBreakBeforeMultilineStrings : true
1111BreakBeforeBinaryOperators : false
1212BreakConstructorInitializersBeforeComma : false
@@ -29,7 +29,7 @@ SpacesBeforeTrailingComments: 2
2929Cpp11BracedListStyle : true
3030Standard : Auto
3131IndentWidth : 2
32- TabWidth : 8
32+ TabWidth : 4
3333UseTab : false
3434BreakBeforeBraces : Attach
3535IndentFunctionDeclarationAfterType : true
You can’t perform that action at this time.
0 commit comments