From 7872306edf2e11a69aaffb9434088fd66b46a863 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Fri, 14 May 2021 18:18:12 -0500 Subject: [PATCH] chore: update gitattributes for files with windows style line endings --- .gitattributes | 9 +++++++-- 1 file 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