From 59c31f11596abc0b5b8b05ff6fde54213916a435 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 9 Feb 2026 18:55:33 +0000 Subject: [PATCH] add clang formatter rules --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..5716794 --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: LLVM +BreakBeforeBraces: Linux