diff --git a/.clang-format b/.clang-format index bd6020feb..3b7f8f2de 100644 --- a/.clang-format +++ b/.clang-format @@ -20,6 +20,7 @@ AlwaysBreakTemplateDeclarations: true BinPackArguments: true BinPackParameters: true BraceWrapping: + AfterCaseLabel: true AfterClass: true AfterControlStatement: true AfterEnum: true