From c67e5b4bb73f14381eda21c9d3fb01797bcaf2a8 Mon Sep 17 00:00:00 2001 From: SirTobi Date: Sun, 15 Nov 2015 18:03:23 +0100 Subject: [PATCH] set git eol for .js files to lf --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..89f37f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# set line ending of .js files to lf so git wont change it to crlf on windows +# that is important or else lint will output an error for every single line +*.js text eol=lf