From 203699b7ed5e69d7cd055f769e604226a4643518 Mon Sep 17 00:00:00 2001 From: Alexander Nutz Date: Fri, 5 Sep 2025 18:16:09 +0200 Subject: [PATCH] add bigint.h to clang-fmt ignore --- .clang-format-ignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .clang-format-ignore diff --git a/.clang-format-ignore b/.clang-format-ignore new file mode 100644 index 0000000..0420a4a --- /dev/null +++ b/.clang-format-ignore @@ -0,0 +1 @@ +bigint.h