From f75a019aa5e1bd915d1d9458df60f65908b156cb Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Sun, 10 Jul 2022 17:31:17 -0700 Subject: [PATCH] try lf endings to fix windows compile error (#7) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ef01f61 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.zig text eol=lf