We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd731b6 commit be3fae6Copy full SHA for be3fae6
.clang-format
@@ -10,10 +10,10 @@ AlignConsecutiveBitFields: None
10
AlignConsecutiveDeclarations: None
11
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
12
AlignTrailingComments: false
13
-AllowShortBlocksOnASingleLine: Always
14
-AllowShortFunctionsOnASingleLine: Inline
15
-AllowShortIfStatementsOnASingleLine: true
16
-AllowShortLoopsOnASingleLine: true
+AllowShortBlocksOnASingleLine: Never
+AllowShortFunctionsOnASingleLine: None
+AllowShortIfStatementsOnASingleLine: false
+AllowShortLoopsOnASingleLine: false
17
AlwaysBreakTemplateDeclarations: No
18
BreakBeforeBraces: Custom
19
BraceWrapping:
0 commit comments