Merge pull request #5447 from jethrogb/gitattributes

Update .gitattributes
This commit is contained in:
Aleksey Kladov 2020-07-21 13:32:01 +02:00 committed by GitHub
commit 65b89b5471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitattributes vendored
View file

@ -1,2 +1,6 @@
* text=auto eol=lf
crates/ra_syntax/test_data/** -text eof=LF
# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.jpg binary
*.ico binary