20 lines
423 B
YAML
20 lines
423 B
YAML
BasedOnStyle: LLVM
|
|
UseTab: ForIndentation
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
BraceWrapping:
|
|
AfterClass: false
|
|
AfterControlStatement: false
|
|
AfterEnum: false
|
|
AfterFunction: false
|
|
AfterNamespace: false
|
|
AfterStruct: false
|
|
AfterUnion: false
|
|
BeforeCatch: false
|
|
BeforeElse: false
|
|
IndentBraces: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BreakBeforeBraces: Attach
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|