mirror of
https://github.com/zeldaret/ss
synced 2026-08-08 10:33:26 -04:00
57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignConsecutiveAssignments: None
|
|
AlignConsecutiveBitFields: None
|
|
AlignConsecutiveDeclarations: None
|
|
AlignConsecutiveMacros: None
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignOperands: DontAlign
|
|
AllowAllArgumentsOnNextLine: False
|
|
AllowAllParametersOfDeclarationOnNextLine: False
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortCaseLabelsOnASingleLine: False
|
|
AllowShortEnumsOnASingleLine: True
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: False
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: True
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BinPackArguments: True
|
|
BinPackParameters: True
|
|
BitFieldColonSpacing: Both
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeBraces: Attach
|
|
BreakBeforeTernaryOperators: False
|
|
BreakStringLiterals: True
|
|
ColumnLimit: 120
|
|
ContinuationIndentWidth: 8
|
|
IncludeBlocks: Preserve
|
|
IndentAccessModifiers: False
|
|
IndentCaseLabels: False
|
|
IndentGotoLabels: True
|
|
IndentWidth: 4
|
|
InsertBraces: True
|
|
KeepEmptyLinesAtTheStartOfBlocks: False
|
|
MaxEmptyLinesToKeep: 1
|
|
Language: Cpp
|
|
PointerAlignment: Right
|
|
SortIncludes: CaseSensitive
|
|
SpaceAfterCStyleCast: False
|
|
SpaceAfterLogicalNot: False
|
|
SpaceBeforeAssignmentOperators: True
|
|
SpaceBeforeCaseColon: False
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceBeforeSquareBrackets: False
|
|
SpaceInEmptyBlock: False
|
|
SpaceInEmptyParentheses: False
|
|
SpacesBeforeTrailingComments: 1
|
|
SpacesInCStyleCastParentheses: False
|
|
SpacesInConditionalStatement: False
|
|
SpacesInLineCommentPrefix:
|
|
Minimum: 1
|
|
Maximum: 1
|
|
SpacesInParentheses: False
|
|
SpacesInSquareBrackets: False
|
|
UseTab: Never
|