We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2ca58 commit 02b65bfCopy full SHA for 02b65bf
.clang-format
@@ -10,6 +10,7 @@ AlignTrailingComments: true
10
AllowAllParametersOfDeclarationOnNextLine: true
11
AllowShortBlocksOnASingleLine: Never
12
AllowShortCaseLabelsOnASingleLine: true
13
+AllowShortEnumsOnASingleLine: false
14
AllowShortFunctionsOnASingleLine: Inline
15
AllowShortIfStatementsOnASingleLine: false
16
AllowShortLoopsOnASingleLine: false
0 commit comments