From e1462e34db25b9561dafa5ec1dc6bb6f196c96ba Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Tue, 5 Jul 2016 08:14:47 +0100 Subject: [PATCH] Ignore line endings for all files (except shell scripts). --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e24b06c02..3e4733699 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform LF normalization +* -crlf *.sh text eol=lf