From a939c27cd73a8fc74e5d8f31b30d02f3915b9f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 5 Oct 2019 13:09:58 +0200 Subject: [PATCH] add gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..95567e1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Zig only accepts \n, never \r\n +*.zig text eol=lf