We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9307c7f + 174071a commit 65b89b5Copy full SHA for 65b89b5
.gitattributes
@@ -1,2 +1,6 @@
1
* text=auto eol=lf
2
crates/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
0 commit comments