From 3b495573f68da8db5dd9db5e31dafa70c68c8dbd Mon Sep 17 00:00:00 2001 From: BlackMark Date: Mon, 6 Jul 2020 18:49:34 +0200 Subject: [PATCH] Force newline for shell scripts --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a8cf7a5..f62ba68 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ *.c eol=lf *.cpp eol=lf *.s eol=lf +*.sh eol=lf *.qrc eol=lf *.ui eol=lf .git* eol=lf