From f4c85da862f3500c8929879bbe8cf9a0472e0599 Mon Sep 17 00:00:00 2001 From: superp00t Date: Wed, 1 Apr 2026 17:38:17 -0400 Subject: [PATCH] chore(build): add .clang-format --- .clang-format | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..e274ab3 --- /dev/null +++ b/.clang-format @@ -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