chore: update gitattributes for files with windows style line endings
This commit is contained in:
parent
927561ace1
commit
7872306edf
1 changed files with 7 additions and 2 deletions
9
.gitattributes
vendored
9
.gitattributes
vendored
|
@ -1,2 +1,7 @@
|
||||||
# Stop git from showing CRLF tests as modified
|
* text=auto eol=lf
|
||||||
* eol=Unset
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue