19 lines
524 B
YAML
19 lines
524 B
YAML
Standard: Cpp11
|
|
IndentWidth: 4
|
|
AccessModifierOffset: -4
|
|
UseTab: Never
|
|
BinPackParameters: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
AlwaysBreakTemplateDeclarations: true
|
|
NamespaceIndentation: None
|
|
PointerBindsToType: true
|
|
SpacesInParentheses: false
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 100
|
|
Cpp11BracedListStyle: false
|
|
SpacesBeforeTrailingComments: 1
|