chore(build): add .clang-format

This commit is contained in:
phaneron 2026-04-01 17:38:17 -04:00
parent 37db5336e4
commit f4c85da862

14
.clang-format Normal file
View file

@ -0,0 +1,14 @@
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AllowAllParametersOfDeclarationOnNextLine: false
BinPackArguments: false
BinPackParameters: false
ContinuationIndentWidth: 4
IndentCaseLabels: true
IndentWidth: 4
ObjCBlockIndentWidth: 4
PointerAlignment: Left
UseTab: Never
ColumnLimit: 100
AlignConsecutiveAssignments: true