From 547a023de48f06e767c50684f98a0e86b614128a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 7 Oct 2018 22:30:56 +0100 Subject: [PATCH] corrected to use lf not crlf line endings --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 679dcff59..4f7a83cab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # crlf line endings for text files -* text eol=crlf +* text eol=lf # Denote all files that are truly binary and should not be modified. *.png binary