From 8ea29c87205ec37a07026c9cde262a9572d91450 Mon Sep 17 00:00:00 2001 From: Joseph Elliott Hand Date: Thu, 30 Apr 2026 23:00:13 -1000 Subject: Initial commit Signed-off-by: Joseph Elliott Hand --- .clang-format | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..55bb745 --- /dev/null +++ b/.clang-format @@ -0,0 +1,17 @@ +BasedOnStyle: llvm + +IndentWidth: 8 +UseTab: ForIndentation +IndentCaseLabels: true + +AlignConsecutiveAssignments: + Enabled: true +AlignConsecutiveDeclarations: + Enabled: true + +AlwaysBreakAfterDefinitionReturnType: All + +AllowShortIfStatementsOnASingleLine: WithoutElse + +PointerAlignment: Middle +QualifierAlignment: Right -- cgit v1.2.3