From 4b4ee8f9a4c64c065a5ebd9672f2d86b528bac7f Mon Sep 17 00:00:00 2001 From: Nige Date: Tue, 25 Jun 2019 18:08:23 -0400 Subject: [PATCH] Forcing line ending strategy consistency across platforms --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e287079 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Unifying line endings so tests can pass on Windows +*.json text eol=lf \ No newline at end of file