From df62e03e1e1fdb512a0fc9304082663b6f70cc35 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 1 Mar 2023 14:53:00 -0800 Subject: [PATCH] 4 --- zeroidc/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zeroidc/.gitattributes diff --git a/zeroidc/.gitattributes b/zeroidc/.gitattributes new file mode 100644 index 000000000..ba3a8fca8 --- /dev/null +++ b/zeroidc/.gitattributes @@ -0,0 +1,3 @@ +# disable autocrlf because it doesn't mix well with +# vendored rust packages +* text=false