clang-format: Enable brace wrapping after case label

This commit is contained in:
Connor McLaughlin 2020-01-24 14:49:43 +10:00
parent bfef42f4cb
commit 9326cecd65
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ AlwaysBreakTemplateDeclarations: true
BinPackArguments: true BinPackArguments: true
BinPackParameters: true BinPackParameters: true
BraceWrapping: BraceWrapping:
AfterCaseLabel: true
AfterClass: true AfterClass: true
AfterControlStatement: true AfterControlStatement: true
AfterEnum: true AfterEnum: true