From 1ec8fac8dff1dbcc8bfff306539646fff38deb6a Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 5 May 2025 15:58:59 +0200 Subject: [PATCH] build: prevent git from causing zig fmt errors on windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa1385d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text