From 936dda47736263b6f6b6bc08d24b51342a81da82 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 1 Mar 2023 15:08:34 -0800 Subject: [PATCH] Turn off autocrlf for rust source Doesn't appear to play nice well when it comes to git and vendored cargo package hashes --- 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 00000000..ba3a8fca --- /dev/null +++ b/zeroidc/.gitattributes @@ -0,0 +1,3 @@ +# disable autocrlf because it doesn't mix well with +# vendored rust packages +* text=false