aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJethro Beekman <[email protected]>2020-07-20 11:45:05 +0100
committerJethro Beekman <[email protected]>2020-07-20 11:45:05 +0100
commit174071a3efd009040d4f4d3c810d8ac0cb819b85 (patch)
tree39ee7f647b7fa70ed1e4a514e9145ce98e25a146 /.gitattributes
parent8b0983e89ad9a28b142eccf3755a8c9aaeb37852 (diff)
Update .gitattributes
See rust-lang/rust#57858
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index e749e1dc9..4cd50e481 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,6 @@
1* text=auto eol=lf 1* text=auto eol=lf
2crates/ra_syntax/test_data/** -text eof=LF 2crates/ra_syntax/test_data/** -text eof=LF
3# Older git versions try to fix line endings on images, this prevents it.
4*.png binary
5*.jpg binary
6*.ico binary