From dbd740e7f3505bbfd01e8c479e7f3d52772c967b Mon Sep 17 00:00:00 2001 From: PianoRollRepresentation Date: Tue, 22 Jun 2021 13:48:00 +0200 Subject: [PATCH] add eol=lf for sh files to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 284bd8bc..51954c3a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ *.yml text eol=lf *.css text eol=lf *.scss text eol=lf +*.sh text eol=lf