Skip to content

Commit b633daa

Browse files
committedDec 27, 2017
Minor tweaks
1 parent 224ab06 commit b633daa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.clang-format

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Language: Cpp
33
BasedOnStyle: LLVM
44

5+
TabWidth: 2
6+
UseTab: ForContinuationAndIndentation
57
AlignEscapedNewlinesLeft: true
68
AllowShortFunctionsOnASingleLine: Inline
79
AllowShortIfStatementsOnASingleLine: true
@@ -10,12 +12,11 @@ AlwaysBreakTemplateDeclarations: true
1012
BraceWrapping:
1113
AfterClass: true
1214
AfterFunction: true
15+
BeforeElse: true
1316
BreakBeforeBraces: Custom
1417
ColumnLimit: 100
1518
ConstructorInitializerIndentWidth: 2
16-
NamespaceIndentation: All
19+
NamespaceIndentation: None
1720
PenaltyReturnTypeOnItsOwnLine: 1000
1821
SortIncludes: false
19-
TabWidth: 2
20-
UseTab: ForContinuationAndIndentation
2122
...

0 commit comments

Comments
 (0)
Please sign in to comment.