Browse Source

Turn off autocrlf for rust source

Doesn't appear to play nice well when it comes to git and vendored cargo package hashes
Grant Limberg 2 years ago
parent
commit
936dda4773
1 changed files with 3 additions and 0 deletions
  1. 3 0
      zeroidc/.gitattributes

+ 3 - 0
zeroidc/.gitattributes

@@ -0,0 +1,3 @@
+# disable autocrlf because it doesn't mix well with
+# vendored rust packages
+* text=false