We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb66b97 commit 1ede5cbCopy full SHA for 1ede5cb
.clang-format
@@ -1,13 +1,13 @@
1
Standard: Cpp11
2
-UseTab: ForIndentation
+UseTab: Always
3
TabWidth: 1
4
IndentWidth: 1
5
AccessModifierOffset: -1
6
PointerAlignment: Left
7
NamespaceIndentation: All
8
ColumnLimit: 0
9
BreakBeforeBraces: Allman
10
-BreakConstructorInitializersBeforeComma: true
+BreakConstructorInitializersBeforeComma: false
11
BreakBeforeBinaryOperators: false
12
BreakBeforeTernaryOperators: false
13
AlwaysBreakTemplateDeclarations: true
@@ -20,7 +20,7 @@ Cpp11BracedListStyle: true
20
IndentCaseLabels: false
21
SortIncludes: false
22
ReflowComments: true
23
-AlignConsecutiveAssignments: true
+AlignConsecutiveAssignments: false
24
AlignTrailingComments: true
25
AlignAfterOpenBracket: false
26
ConstructorInitializerAllOnOneLineOrOnePerLine: false
0 commit comments