binana/.clang-format

16 lines
411 B
Text
Raw Normal View History

2026-04-01 17:38:17 -04:00
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortEnumsOnASingleLine: false
2026-04-01 17:38:17 -04:00
BinPackArguments: false
BinPackParameters: false
ContinuationIndentWidth: 4
IndentCaseLabels: true
IndentWidth: 4
ObjCBlockIndentWidth: 4
PointerAlignment: Left
UseTab: Never
ColumnLimit: 100
AlignConsecutiveAssignments: true