about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaleb Cartwright <caleb.cartwright@outlook.com>2021-05-14 18:18:12 -0500
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>2021-05-14 18:50:25 -0500
commit7872306edf2e11a69aaffb9434088fd66b46a863 (patch)
tree9809ec5746eaa138c884e4ae03c1b2d2f51804ba
parent927561ace1ef9485206a9e6a9482e39fb3e1f31b (diff)
downloadrust-7872306edf2e11a69aaffb9434088fd66b46a863.tar.gz
rust-7872306edf2e11a69aaffb9434088fd66b46a863.zip
chore: update gitattributes for files with windows style line endings
-rw-r--r--.gitattributes9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index bce42ce79cc..91df4f0eb18 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,7 @@
-# Stop git from showing CRLF tests as modified
-* eol=Unset
+* text=auto eol=lf
+tests/source/issue-3494/crlf.rs -text
+tests/source/comment_crlf_newline.rs -text
+tests/source/configs/enum_discrim_align_threshold/40.rs -text
+tests/target/issue-3494/crlf.rs -text
+tests/target/comment_crlf_newline.rs -text
+tests/target/configs/enum_discrim_align_threshold/40.rs -text