[.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 633279663d
commit 0ed3e6d0fe

View File

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