aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-21 12:32:01 +0100
committerGitHub <[email protected]>2020-07-21 12:32:01 +0100
commit65b89b5471879a80fb6003c9fa0f8f93e2eb38e6 (patch)
tree21293c0ec26521f1c71ea6744baa1b2d3c9ae813
parent9307c7f36396c4429bea434608cb5643135ae49d (diff)
parent174071a3efd009040d4f4d3c810d8ac0cb819b85 (diff)
Merge pull request #5447 from jethrogb/gitattributes
Update .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