2013-09-22 07:51:36 +05:30
|
|
|
UseTab: true
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
NamespaceIndentation: None
|
|
|
|
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2014-07-13 02:32:52 +05:30
|
|
|
AllowShortFunctionsOnASingleLine: None
|
2015-10-20 20:32:12 +05:30
|
|
|
ColumnLimit: 160
|
2013-09-22 07:51:36 +05:30
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
|
|
|
|
Standard: Cpp11
|
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpaceAfterControlStatementKeyword: true
|
|
|
|
|
|
|
|
AlignTrailingComments: true
|
|
|
|
SpacesBeforeTrailingComments: 1
|