diff --git a/.clang-format b/.clang-format index b1257f7..783c642 100644 --- a/.clang-format +++ b/.clang-format @@ -14,7 +14,7 @@ AllowAllArgumentsOnNextLine: 'false' AllowAllConstructorInitializersOnNextLine: 'false' AllowAllParametersOfDeclarationOnNextLine: 'false' AllowShortBlocksOnASingleLine: 'true' -AllowShortCaseLabelsOnASingleLine: 'true' +AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never AlwaysBreakAfterReturnType: None