From bdb07e10ccb516be1c6c69d6c2b530eb7dd234f8 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Mon, 9 Apr 2018 14:44:30 +0100 Subject: [PATCH] chore: Added .gitattributes to force eol=lf to fix #101 (#103) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c6bb200 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.js text eol=lf +*.json text eol=lf