From 95f4807ccb819db456106bbba3e2a282ba47a702 Mon Sep 17 00:00:00 2001 From: Sam Hoffman Date: Thu, 1 Jan 2026 13:47:51 -0500 Subject: [PATCH] no clang format --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..3637168 --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +--- +DisableFormat: true +---