46 lines
1.3 KiB
Text
46 lines
1.3 KiB
Text
|
---
|
||
|
Language: Cpp
|
||
|
AlignAfterOpenBracket: AlwaysBreak
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlignConsecutiveDeclarations: false
|
||
|
AlignEscapedNewlines: Right
|
||
|
AlignOperands: false
|
||
|
AlignTrailingComments: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakAfterReturnType: AllDefinitions
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Linux
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakStringLiterals: true
|
||
|
ColumnLimit: 80
|
||
|
ContinuationIndentWidth: 4
|
||
|
IncludeBlocks: Preserve
|
||
|
IndentCaseLabels: false
|
||
|
IndentPPDirectives: AfterHash
|
||
|
IndentWidth: 4
|
||
|
IndentWrappedFunctionNames: false
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
PointerAlignment: Right
|
||
|
ReflowComments: false
|
||
|
SortIncludes: true
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
UseTab: Never
|
||
|
...
|