From da90f9a5e71304ffae7f348b42c3063bf5c00eb2 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 8 Dec 2022 00:17:04 +0100 Subject: [PATCH] Added a .gitattributes file to fix line ending problems in tests on non-Unix --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..db0c1c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/tests/*/*.d text eol=lf