Skip to content

Commit

Permalink
Merge pull request #5447 from jethrogb/gitattributes
Browse files Browse the repository at this point in the history
Update .gitattributes
  • Loading branch information
matklad committed Jul 21, 2020
2 parents 9307c7f + 174071a commit 65b89b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 65b89b5

Please sign in to comment.