We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd74596 commit df64cbcCopy full SHA for df64cbc
1 file changed
.clang-format
@@ -21,7 +21,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
21
AllowShortBlocksOnASingleLine: false
22
AllowShortCaseLabelsOnASingleLine: false
23
AllowShortLambdasOnASingleLine: Inline
24
-AllowShortFunctionsOnASingleLine: InlineOnly
+AllowShortFunctionsOnASingleLine: None
25
AllowShortIfStatementsOnASingleLine: false
26
AllowShortLoopsOnASingleLine: false
27
AlwaysBreakAfterDefinitionReturnType: None
@@ -46,7 +46,7 @@ BreakAfterJavaFieldAnnotations: false
46
BreakStringLiterals: false
47
CommentPragmas: '^ IWYU pragma:'
48
CompactNamespaces: false
49
-ConstructorInitializerAllOnOneLineOrOnePerLine: false
+PackConstructorInitializers: NextLineOnly
50
Cpp11BracedListStyle: false
51
DerivePointerAlignment: false
52
DisableFormat: false
0 commit comments