2017-11-11 03:14:41 -05:00
|
|
|
# IndentPPDirectives: AfterHash
|
2017-10-30 04:39:16 -04:00
|
|
|
# SpaceInParentheses: false
|
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakAfterReturnType: None
|
2017-11-11 03:14:41 -05:00
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
2017-10-30 04:39:16 -04:00
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
|
|
|
BreakBeforeBinaryOperators: None
|
2017-11-11 03:14:41 -05:00
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
BreakBeforeTernaryOperators: false
|
2017-10-30 04:39:16 -04:00
|
|
|
ColumnLimit: 100
|
2017-11-16 07:50:48 -05:00
|
|
|
IndentCaseLabels: false
|
2017-10-30 04:39:16 -04:00
|
|
|
IndentWidth: 8
|
|
|
|
IndentWrappedFunctionNames: true
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
Language: Cpp
|
2017-11-11 03:14:41 -05:00
|
|
|
Cpp11BracedListStyle: false
|
2017-10-30 04:39:16 -04:00
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PointerAlignment: Right
|
|
|
|
SortIncludes: true
|
2017-11-11 03:14:41 -05:00
|
|
|
SpaceAfterCStyleCast: true
|
2017-10-30 04:39:16 -04:00
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: ForIndentation
|