From 258188382727fc06e224818268a1daa7a8433aa1 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Sun, 4 Feb 2018 21:29:13 +0100 Subject: [PATCH] Fix line ending issues in shell scripts --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1ff0c42..51e5eef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ ############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### +*.sh -text +makefile -text * text=auto ###############################################################################