mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-12 01:10:49 +01:00
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
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: '4'
|
|
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: '4'
|
|
UseTab: Never
|