chore: update gitattributes for files with windows style line endings

This commit is contained in:
Caleb Cartwright 2021-05-14 18:18:12 -05:00 committed by Caleb Cartwright
parent 927561ace1
commit 7872306edf

9
.gitattributes vendored
View File

@ -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