diff --git a/.clang-format b/.clang-format index 3afd345..c171fd6 100644 --- a/.clang-format +++ b/.clang-format @@ -14,6 +14,7 @@ AlignTrailingComments: true AllowAllArgumentsOnNextLine: false AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: false +AllowShortCaseLabelsOnASingleLine: true AllowShortLambdasOnASingleLine: All AlwaysBreakTemplateDeclarations: Yes