[.clang] use line break after case

- we used in the past line breaks after a case statements to better overview. This should be kept.
This commit is contained in:
Uwe
2022-11-11 04:02:47 +01:00
parent 8f2720b8b7
commit 818ab2b3ff

View File

@@ -8,7 +8,7 @@ AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All