From 57707273c40a01fce4c95533371e1704e445f3f4 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Fri, 20 Apr 2018 17:04:40 +0200 Subject: [PATCH] git: always set js endline to lf (#2795) always set text to lf, if on auto, Windows will change them to crlf locally and this can make lint fail --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2e46fbac..391f0a4e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ * text=auto -*.sh eol=lf +*.js text eol=lf