Skip to content

Commit 15b6206

Browse files
committed
Tweak clang-format config.
1 parent ab09a62 commit 15b6206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.clang-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# BasedOnStyle: Google
1+
BasedOnStyle: Google
22
AccessModifierOffset: -1
33
ConstructorInitializerIndentWidth: 4
44
AlignEscapedNewlinesLeft: true
55
AlignTrailingComments: true
66
AllowAllParametersOfDeclarationOnNextLine: true
77
AllowShortIfStatementsOnASingleLine: true
88
AllowShortLoopsOnASingleLine: true
9-
AlwaysBreakTemplateDeclarations: true
9+
AlwaysBreakTemplateDeclarations: false
1010
AlwaysBreakBeforeMultilineStrings: true
1111
BreakBeforeBinaryOperators: false
1212
BreakConstructorInitializersBeforeComma: false
@@ -29,7 +29,7 @@ SpacesBeforeTrailingComments: 2
2929
Cpp11BracedListStyle: true
3030
Standard: Auto
3131
IndentWidth: 2
32-
TabWidth: 8
32+
TabWidth: 4
3333
UseTab: false
3434
BreakBeforeBraces: Attach
3535
IndentFunctionDeclarationAfterType: true

0 commit comments

Comments
 (0)