1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 21:35:24 +00:00

Go Allman all the way.

This commit is contained in:
psi29a 2020-10-23 09:22:26 +00:00 committed by Bret Curtis
parent 786cf4978d
commit c28ae25512

View File

@ -36,7 +36,7 @@ BraceWrapping:
#SplitEmptyRecord: true
#SplitEmptyNamespace: true
BreakBeforeBinaryOperators: All
BreakBeforeBraces: WebKit
BreakBeforeBraces: Allman
BreakBeforeInheritanceComma: false
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false