Merge pull request #8112 from Techjar/clang-format-case-labels

Add BraceWrapping/AfterCaseLabel to .clang-format
This commit is contained in:
Connor McLaughlin 2019-05-22 16:08:48 +10:00 committed by GitHub
commit 2bedb8a592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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