From b6756b4ead7d1d1b379d42731a6e09d782ad6668 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 25 Jul 2019 22:29:00 +0200 Subject: Disable Git line ending conversions This prevents us from carriage returns showing up in Windows tests. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..833faa1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html text eol=lf +*.txt text eol=lf -- cgit