add .gitattributes to force LF line endings on Windows for test files
authorWolf Vollprecht <w.vollprecht@gmail.com>
Thu, 6 Jan 2022 15:35:01 +0000 (16:35 +0100)
committerWolf Vollprecht <w.vollprecht@gmail.com>
Fri, 7 Jan 2022 09:08:36 +0000 (10:08 +0100)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..95c3c26
--- /dev/null
@@ -0,0 +1,3 @@
+* text=auto
+
+test/files/* text eol=lf