We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e853d9a commit 40a4571Copy full SHA for 40a4571
.clang-format
@@ -11,7 +11,7 @@ AlignTrailingComments: true
11
AllowAllParametersOfDeclarationOnNextLine: true
12
AllowShortBlocksOnASingleLine: false
13
AllowShortCaseLabelsOnASingleLine: true
14
-AllowShortFunctionsOnASingleLine: InlineOnly
+AllowShortFunctionsOnASingleLine: false
15
AllowShortIfStatementsOnASingleLine: true
16
AllowShortLoopsOnASingleLine: false
17
AlwaysBreakTemplateDeclarations: true
@@ -42,5 +42,6 @@ NamespaceIndentation: All
42
PenaltyReturnTypeOnItsOwnLine: 1000
43
PointerAlignment: Left
44
SpaceAfterTemplateKeyword: false
45
+SpaceAfterCStyleCast: true
46
Standard: Cpp11
47
UseTab: Never
0 commit comments