From 7f9b862a4e02ca58506508ea8c39938d6efc408a Mon Sep 17 00:00:00 2001 From: mmckenzie Date: Thu, 12 Jan 2017 15:44:38 +0000 Subject: [PATCH] Force line endings to LF for js files, fixes build on windows when core.autolf is set --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e4d92b8f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Let git decide for most files +* text=auto + +# Specify line ending for js files +**/*.js text eol=lf \ No newline at end of file