clang-format: revert 'AfterCaseLabel' setting

This commit is contained in:
booto 2019-05-23 00:42:42 -04:00
parent 2bedb8a592
commit c5a9a77684

View File

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