From 7f84b7678e5413fb0fea8e51f268d5a3610478c6 Mon Sep 17 00:00:00 2001 From: Colin Hughes Date: Fri, 2 Oct 2020 11:55:36 +0100 Subject: [PATCH] added *.sh eol=lf to .gitattributes because several files have crlf endings. I tried to commit those files with lf endings but git doesn't appear to want to commit those changes. I guess I'd have to make a minor change to the each file and I'm relutant to do that. --- .gitattributes | 1 + CONTRIBUTORS | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index e4d2bbbf7..efde40a76 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.ftl eol=lf +*.sh eol=lf diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b36c6b209..4a2d2b08f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -60,6 +60,7 @@ phwoo Soren Bjornstad Aleksa Sarai Jakub Kaczmarzyk +lukkea ********************