Use Allman brace style
This commit is contained in:
parent
7b5417962b
commit
9c61d91416
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ BinPackParameters: true
|
|||
BitFieldColonSpacing: Both
|
||||
BreakAfterJavaFieldAnnotations: false
|
||||
BreakBeforeBinaryOperators: None
|
||||
BreakBeforeBraces: Attach
|
||||
BreakBeforeBraces: Allman
|
||||
BreakBeforeConceptDeclarations: true
|
||||
BreakBeforeInheritanceComma: false
|
||||
BreakBeforeTernaryOperators: false
|
||||
|
|
Loading…
Reference in a new issue