We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017d10d commit 6dffffbCopy full SHA for 6dffffb
.clang-format
@@ -22,8 +22,8 @@ BraceWrapping:
22
23
AccessModifierOffset: -4
24
AllowShortFunctionsOnASingleLine: InlineOnly
25
-BreakConstructorInitializers: BeforeColon
26
-BreakConstructorInitializersBeforeComma: true
+BreakConstructorInitializers: AfterColon
+BreakConstructorInitializersBeforeComma: false
27
IndentCaseLabels: true
28
ReflowComments: false
29
Cpp11BracedListStyle: false
0 commit comments