binana/.clang-format
superp00t 117bea17a6
Some checks are pending
Push / build (push) Waiting to run
chore(clang-format): allow short enums on a single line
2026-04-29 03:16:08 -04:00

15 lines
411 B
YAML

AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortEnumsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
ContinuationIndentWidth: 4
IndentCaseLabels: true
IndentWidth: 4
ObjCBlockIndentWidth: 4
PointerAlignment: Left
UseTab: Never
ColumnLimit: 100
AlignConsecutiveAssignments: true