From 8479e4c4bbd923affb1b838e231f42c249c3157f Mon Sep 17 00:00:00 2001 From: IllusionMH Date: Thu, 10 Jan 2019 20:30:53 +0200 Subject: [PATCH] Enforce line endings for .fix files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 17717a0e2..79ac1fd52 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ *.csv eol=lf *.js eol=lf *.jsx eol=lf +*.fix eol=lf *.lint eol=lf *.ts eol=lf *.tsx eol=lf