From 3b1614b0dcbdb4e45b04a796f78378ee160140f6 Mon Sep 17 00:00:00 2001 From: Marcin Kunert Date: Wed, 26 Jan 2022 09:50:06 +0100 Subject: [PATCH] Added end of line config for git Eslint complains on Windows about linebreaks not being LF, because they are the default CRLF on Windows. This change allows git to clone it with the expected EOL --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 16225b49..19f3aff3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ frontend/* linguist-vendored VERSION export-subst +* text=auto eol=lf