mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-01 19:11:31 +00:00
Go Allman all the way.
This commit is contained in:
parent
786cf4978d
commit
c28ae25512
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ BraceWrapping:
|
||||||
#SplitEmptyRecord: true
|
#SplitEmptyRecord: true
|
||||||
#SplitEmptyNamespace: true
|
#SplitEmptyNamespace: true
|
||||||
BreakBeforeBinaryOperators: All
|
BreakBeforeBinaryOperators: All
|
||||||
BreakBeforeBraces: WebKit
|
BreakBeforeBraces: Allman
|
||||||
BreakBeforeInheritanceComma: false
|
BreakBeforeInheritanceComma: false
|
||||||
BreakBeforeTernaryOperators: true
|
BreakBeforeTernaryOperators: true
|
||||||
BreakConstructorInitializersBeforeComma: false
|
BreakConstructorInitializersBeforeComma: false
|
||||||
|
|
Loading…
Reference in a new issue