From 62d68af22d74452763c7c440156b29b77a7aafa9 Mon Sep 17 00:00:00 2001 From: Glenn Musa <4622125+glennmusa@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:36:02 -0400 Subject: [PATCH] Update .gitattributes to use LF endings for *.sh (#292) --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 42eac24cd..087b940d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,11 +6,11 @@ # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.tf text -*.sh text +*.sh text eol=lf # Declare files that will always have CRLF line endings on checkout. # *.sln text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary -*.jpg binary \ No newline at end of file +*.jpg binary