mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2024-11-13 18:20:46 +01:00
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
|
AlignAfterOpenBracket: AlwaysBreak
|
||
|
AlignConsecutiveAssignments: 'false'
|
||
|
AlignConsecutiveDeclarations: 'false'
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignOperands: 'false'
|
||
|
AlignTrailingComments: 'false'
|
||
|
AllowShortBlocksOnASingleLine: 'false'
|
||
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortIfStatementsOnASingleLine: 'false'
|
||
|
AllowShortLoopsOnASingleLine: 'false'
|
||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: 'true'
|
||
|
BinPackArguments: 'false'
|
||
|
BinPackParameters: 'false'
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Linux
|
||
|
BreakBeforeTernaryOperators: 'false'
|
||
|
BreakStringLiterals: 'true'
|
||
|
ColumnLimit: '80'
|
||
|
ContinuationIndentWidth: '4'
|
||
|
IncludeBlocks: Preserve
|
||
|
IndentCaseLabels: 'true'
|
||
|
IndentPPDirectives: None
|
||
|
IndentWidth: '2'
|
||
|
IndentWrappedFunctionNames: 'false'
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: 'true'
|
||
|
Language: Cpp
|
||
|
MaxEmptyLinesToKeep: '1'
|
||
|
PointerAlignment: Right
|
||
|
ReflowComments: 'true'
|
||
|
SortIncludes: 'true'
|
||
|
SpaceAfterCStyleCast: 'true'
|
||
|
SpaceBeforeAssignmentOperators: 'true'
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: 'false'
|
||
|
SpacesBeforeTrailingComments: '1'
|
||
|
SpacesInAngles: 'false'
|
||
|
SpacesInCStyleCastParentheses: 'false'
|
||
|
SpacesInContainerLiterals: 'false'
|
||
|
SpacesInParentheses: 'false'
|
||
|
SpacesInSquareBrackets: 'false'
|
||
|
TabWidth: '2'
|
||
|
UseTab: Never
|