Skip to content

Commit

Permalink
chore: update gitattributes for files with windows style line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed May 14, 2021
1 parent 927561a commit 7872306
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .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

0 comments on commit 7872306

Please sign in to comment.