17 lines
459 B
Text
17 lines
459 B
Text
|
---
|
||
|
BasedOnStyle: Mozilla
|
||
|
AllowAllConstructorInitializersOnNextLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
BreakBeforeBraces: Custom
|
||
|
BreakConstructorInitializers: BeforeColon
|
||
|
BreakInheritanceList: BeforeColon
|
||
|
ColumnLimit: '0'
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
NamespaceIndentation: All
|
||
|
PenaltyReturnTypeOnItsOwnLine: '10000'
|
||
|
PointerAlignment: Middle
|
||
|
|
||
|
...
|