14 lines
648 B
YAML
14 lines
648 B
YAML
AlignTrailingComments: true
|
|
BasedOnStyle: WebKit
|
|
BreakConstructorInitializersBeforeComma: true
|
|
ColumnLimit: 80
|
|
Cpp11BracedListStyle: true
|
|
IndentCaseLabels: true
|
|
NamespaceIndentation: None
|
|
PointerBindsToType: false
|
|
Standard: Cpp11
|
|
BreakBeforeBinaryOperators: false
|
|
BreakBeforeBraces: Stroustrup
|
|
IndentCaseLabels: false
|
|
SpaceBeforeCpp11BracedList: false
|