From 83093f522f4a2a2d128718f86b3ffa8f870ea87c Mon Sep 17 00:00:00 2001 From: Danny Fritz Date: Tue, 20 Sep 2016 19:44:26 -0600 Subject: [PATCH] Fix: Tests break with Windows line-endings (fixes #93) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..240a8c3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.js eol=lf +*.ts eol=lf