18 lines
465 B
Plaintext
18 lines
465 B
Plaintext
|
|
IndentWidth: 4
|
||
|
|
BreakBeforeBraces: Allman
|
||
|
|
AlignAfterOpenBracket: Align
|
||
|
|
AlignArrayOfStructures: Right
|
||
|
|
AllowShortBlocksOnASingleLine: Empty
|
||
|
|
AllowShortFunctionsOnASingleLine: None
|
||
|
|
BraceWrapping:
|
||
|
|
AfterClass: true
|
||
|
|
AfterControlStatement: true
|
||
|
|
AfterEnum: true
|
||
|
|
AfterFunction: true
|
||
|
|
AfterNamespace: true
|
||
|
|
AfterObjCDeclaration: true
|
||
|
|
AfterStruct: true
|
||
|
|
AfterUnion: true
|
||
|
|
BeforeCatch: true
|
||
|
|
BeforeElse: true
|
||
|
|
IndentBraces: true
|