From 05b834ab97675d84baa8933b93fe87bfca560716 Mon Sep 17 00:00:00 2001 From: Julien Roche Date: Fri, 23 Sep 2016 16:45:58 +0200 Subject: [PATCH] Try to replace all end of lines to fix issue #1 --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2125666..10d1c29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text=auto \ No newline at end of file +*.js text eol=lf +* text=auto