16 lines
414 B
YAML
16 lines
414 B
YAML
BasedOnStyle: WebKit
|
|
Standard: Cpp03
|
|
AlignAfterOpenBracket: false
|
|
AlignEscapedNewlinesLeft: true
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializersBeforeComma: false
|
|
ColumnLimit: 80
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth: 0
|
|
IndentCaseLabels: false
|
|
SortIncludes: false
|
|
AlignTrailingComments: false
|
|
|
|
SpacesInAngles: true
|