You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
AccessModifierOffset: -8
|
|
|
|
AlignAfterOpenBracket: true
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AlignTrailingComments: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
BasedOnStyle: Mozilla
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
|
|
|
ColumnLimit: 120
|
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentWidth: 8
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PointerAlignment: Right
|
|
|
|
UseTab: Always
|