13 lines
284 B
YAML
13 lines
284 B
YAML
Standard: Cpp03
|
|
UseTab: ForIndentation
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
AccessModifierOffset: -4
|
|
BreakBeforeBraces: Allman
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 0
|
|
PointerAlignment: Left
|
|
BreakConstructorInitializersBeforeComma: true
|
|
NamespaceIndentation: None
|
|
AlignEscapedNewlines: DontAlign
|