Files
2023-10-15 17:48:51 +03:00

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