Don't wrap braces after control statements.
This commit is contained in:
parent
cdf85a9058
commit
9c46eed742
@ -23,7 +23,7 @@ BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
BraceWrapping:
|
||||
AfterClass: true
|
||||
AfterControlStatement: true
|
||||
AfterControlStatement: false
|
||||
AfterEnum: false
|
||||
AfterFunction: true
|
||||
AfterNamespace: false
|
||||
|
Loading…
Reference in New Issue
Block a user