From 13b5e659b71f0e8d2b5d479f89d79ab8a93429f3 Mon Sep 17 00:00:00 2001 From: Adrian Pauli Date: Wed, 29 Jun 2022 17:43:12 +0200 Subject: [PATCH] Use lf as line-ending for sh files Closes #12629 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 166e7330d9..f11a00082f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ *.jsp text eol=lf *.md text eol=lf *.properties text eol=lf +*.sh text eol=lf *.svg text auto *.xml text eol=lf *.xsl text eol=lf