From 9ada09672a6fff6e3cdcb049c82dad396519b271 Mon Sep 17 00:00:00 2001 From: esaunders Date: Mon, 30 Sep 2019 10:29:30 -0400 Subject: [PATCH] Force LF line endings for shell scripts. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6cd046f17b..cd5271c982 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ *.java text diff=java *.txt text -*.sh text +*.sh eol=lf *.mf text *.xml text *.form text