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 06839ab commit bc6c183Copy full SHA for bc6c183
.clang-format
@@ -6,6 +6,8 @@ AlignConsecutiveMacros: true
6
AlignConsecutiveDeclarations: false
7
AlwaysBreakBeforeMultilineStrings: false
8
AllowShortFunctionsOnASingleLine: false
9
+AllowShortLoopsOnASingleLine: false
10
+AllowShortIfStatementsOnASingleLine: false
11
KeepEmptyLinesAtTheStartOfBlocks: true
12
ConstructorInitializerAllOnOneLineOrOnePerLine: true
13
IncludeBlocks: Merge
0 commit comments