2017-04-06 02:06:42 +03:00
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
AccessModifierOffset: -8
|
|
|
|
AlignAfterOpenBracket: true
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AlignTrailingComments: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2017-08-20 13:47:22 +03:00
|
|
|
BasedOnStyle: Mozilla
|
2017-04-06 02:06:42 +03:00
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
2017-08-20 13:47:22 +03:00
|
|
|
ColumnLimit: 120
|
2017-04-06 02:06:42 +03:00
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentWidth: 8
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PointerAlignment: Right
|
|
|
|
UseTab: Always
|