clang-format: Add break after case label
This commit is contained in:
committed by
Matthew Parkinson
parent
8304dedd17
commit
eaeb2aa53d
@@ -21,6 +21,7 @@ AlwaysBreakTemplateDeclarations: true
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
BraceWrapping:
|
||||
AfterCaseLabel: true
|
||||
AfterClass: true
|
||||
AfterControlStatement: true
|
||||
AfterEnum: true
|
||||
|
||||
Reference in New Issue
Block a user