2017-04-28 04:55:36 +03:00
|
|
|
---
|
|
|
|
BasedOnStyle: WebKit
|
|
|
|
Language: Cpp
|
|
|
|
|
|
|
|
UseTab: Never
|
|
|
|
IndentWidth: 4
|
|
|
|
ColumnLimit: 120
|
|
|
|
PointerAlignment: Left
|
|
|
|
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
AlignAfterOpenBracket: true
|
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BreakBeforeBinaryOperators: None
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
IndentCaseLabels: true
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
NamespaceIndentation: All
|
2017-04-28 22:38:13 +03:00
|
|
|
PenaltyReturnTypeOnItsOwnLine: 1000
|
2017-04-28 04:55:36 +03:00
|
|
|
SpaceAfterTemplateKeyword: false
|