From 40e7ceaaaff71f6b815a3601de9a4e7ccd602431 Mon Sep 17 00:00:00 2001 From: Markus Rickert Date: Thu, 4 Jun 2020 11:57:28 +0200 Subject: [PATCH] Ensure LF line endings for test files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f013810a2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/result/** text=lf eol=lf +/test/** text=lf eol=lf