]> git.lizzy.rs Git - rust.git/blobdiff - .gitattributes
Simplify `int_in_range`
[rust.git] / .gitattributes
index 183e9b521184ca8587588157def155945dfb7a4e..7c2f752d69aee7356d90a0edd166790f5326512d 100644 (file)
@@ -1,2 +1,6 @@
-crates/ra_syntax/test_data/** -text eof=LF
-crates/ra_ide_api/src/snapshots/** -text eof=LF
+* text=auto eol=lf
+crates/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