[.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 05:20:33 +01:00
parent f2b2c8b4e7
commit c2f7d03413
+1 -1
View File
@@ -8,7 +8,7 @@ AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All