From 99325b99a78b7bcf5e8e5d8937f51e21da8cca09 Mon Sep 17 00:00:00 2001 From: David Parsons Date: Sun, 21 Oct 2018 19:39:59 +0100 Subject: [PATCH] Fixed CR/LF for .txt file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ac7aaba..18b84a9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ # Declare files that will always have CRLF line endings on checkout. *.cmd text eol=crlf +*.txt text eol=crlf # Declare files that will always have LF line endings on checkout. *.sh text eol=lf