From ec20279b5c01b96a8ac0258fc9d49e3923c607f4 Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Mon, 21 Jan 2019 19:54:13 +0000 Subject: [PATCH] Update .gitattributes to use lf eol for .js files Running "npm test" currently spews out many eol errors if the user doesn't have git configured not to convert line endings on a windows machine. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index eb5b2ee76..af49967a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ * text=auto *.bat eol=crlf +*.js eol=lf