From aaf195361f32a4fc493d72a83297457c4b4a2ea4 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Thu, 6 Jan 2022 16:35:01 +0100 Subject: [PATCH] add .gitattributes to force LF line endings on Windows for test files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes 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 -- 2.30.2