We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentab09a62 commit15b6206Copy full SHA for 15b6206
.clang-format
@@ -1,12 +1,12 @@
1
-#BasedOnStyle: Google
+BasedOnStyle:Google
2
AccessModifierOffset:-1
3
ConstructorInitializerIndentWidth:4
4
AlignEscapedNewlinesLeft:true
5
AlignTrailingComments:true
6
AllowAllParametersOfDeclarationOnNextLine:true
7
AllowShortIfStatementsOnASingleLine:true
8
AllowShortLoopsOnASingleLine:true
9
-AlwaysBreakTemplateDeclarations:true
+AlwaysBreakTemplateDeclarations:false
10
AlwaysBreakBeforeMultilineStrings:true
11
BreakBeforeBinaryOperators:false
12
BreakConstructorInitializersBeforeComma:false
@@ -29,7 +29,7 @@ SpacesBeforeTrailingComments: 2
29
Cpp11BracedListStyle:true
30
Standard:Auto
31
IndentWidth:2
32
-TabWidth:8
+TabWidth:4
33
UseTab:false
34
BreakBeforeBraces:Attach
35
IndentFunctionDeclarationAfterType:true