We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224ab06 commit b633daaCopy full SHA for b633daa
.clang-format
@@ -2,6 +2,8 @@
2
Language: Cpp
3
BasedOnStyle: LLVM
4
5
+TabWidth: 2
6
+UseTab: ForContinuationAndIndentation
7
AlignEscapedNewlinesLeft: true
8
AllowShortFunctionsOnASingleLine: Inline
9
AllowShortIfStatementsOnASingleLine: true
@@ -10,12 +12,11 @@ AlwaysBreakTemplateDeclarations: true
10
12
BraceWrapping:
11
13
AfterClass: true
14
AfterFunction: true
15
+ BeforeElse: true
16
BreakBeforeBraces: Custom
17
ColumnLimit: 100
18
ConstructorInitializerIndentWidth: 2
-NamespaceIndentation: All
19
+NamespaceIndentation: None
20
PenaltyReturnTypeOnItsOwnLine: 1000
21
SortIncludes: false
-TabWidth: 2
-UseTab: ForContinuationAndIndentation
22
...
0 commit comments