Add BraceWrapping/AfterCaseLabel to .clang-format

This commit is contained in:
Techjar 2019-05-22 01:49:42 -04:00
parent 68877c52d1
commit 2e602344ea
1 changed files with 1 additions and 0 deletions

View File

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