From: Wolf Vollprecht Date: Thu, 6 Jan 2022 15:35:01 +0000 (+0100) Subject: add .gitattributes to force LF line endings on Windows for test files X-Git-Tag: archive/raspbian/1.2.1+ds1-1+rpi1^2~7^2~1^2~10^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aaf195361f32a4fc493d72a83297457c4b4a2ea4;p=zchunk.git add .gitattributes to force LF line endings on Windows for test files --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..95c3c26 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +test/files/* text eol=lf