mirror of
https://github.com/barkeser2002/ripcord-fix.git
synced 2026-09-25 00:30:06 +03:00
26 lines
746 B
YAML
26 lines
746 B
YAML
Language: Cpp
|
|
BasedOnStyle: Chromium
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
BinPackParameters: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortBlocksOnASingleLine: Always
|
|
CommentPragmas: '.\/[\*(\/\/)]+(.+\n.+)+\*\/'
|
|
ColumnLimit: 0
|
|
AlignConsecutiveDeclarations: true
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveMacros: AcrossEmptyLines
|
|
AlignEscapedNewlines: Right
|
|
AlignArrayOfStructures: Right
|
|
AlignConsecutiveBitFields: Consecutive
|
|
AlignTrailingComments: true
|
|
AlignAfterOpenBracket: true
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
AlignOperands: true
|
|
SpaceAfterCStyleCast: true
|
|
SortIncludes: Never
|
|
IncludeBlocks: Preserve
|