mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 07:45:43 -04:00
clang-format: Enable brace wrapping after case label
This commit is contained in:
parent
bfef42f4cb
commit
9326cecd65
@ -20,6 +20,7 @@ AlwaysBreakTemplateDeclarations: true
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
BraceWrapping:
|
||||
AfterCaseLabel: true
|
||||
AfterClass: true
|
||||
AfterControlStatement: true
|
||||
AfterEnum: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user