mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 11:23:18 +02:00
Update clang-format ctor initializer list format
This commit is contained in:
parent
017d10de3d
commit
6dffffbbc0
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ BraceWrapping:
|
||||||
|
|
||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
AllowShortFunctionsOnASingleLine: InlineOnly
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
||||||
BreakConstructorInitializers: BeforeColon
|
BreakConstructorInitializers: AfterColon
|
||||||
BreakConstructorInitializersBeforeComma: true
|
BreakConstructorInitializersBeforeComma: false
|
||||||
IndentCaseLabels: true
|
IndentCaseLabels: true
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
Cpp11BracedListStyle: false
|
Cpp11BracedListStyle: false
|
||||||
|
|
Loading…
Reference in a new issue