From e897fda8e89e98ffab3dc06991a04ef9a84dcd4f Mon Sep 17 00:00:00 2001 From: "Michael J. Seiferling" Date: Sat, 17 Feb 2018 08:36:06 -0600 Subject: [PATCH] Force LF for makefile and sh --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 51e5eef..6259aa2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ ############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### -*.sh -text -makefile -text +*.sh -text eol=lf +makefile -text eol=lf * text=auto ###############################################################################