Turn off autocrlf for rust source

Doesn't appear to play nice well when it comes to git and vendored cargo package hashes
This commit is contained in:
Grant Limberg 2023-03-01 15:08:34 -08:00 committed by GitHub
parent 047e327f01
commit 936dda4773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
zeroidc/.gitattributes vendored Normal file
View File

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