From 28ee89884af4ed76593f25125e9ac356d177126a Mon Sep 17 00:00:00 2001 From: SatoMew Date: Sun, 16 Jun 2019 00:41:35 +0100 Subject: [PATCH] Add LF normalization for .sh files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b095aa2cdb..4e8417c0c0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ *.pal text eol=crlf - +*.sh text eol=lf *.s text eol=lf *.txt text eol=lf Makefile text eol=lf