From 83f19018445a9c559fbfe0332f63b052ba45fe27 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Sun, 21 Sep 2014 17:52:28 -0700 Subject: [PATCH] Modify .gitattributes to ensure sh files always have LF line endings --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1ff0c42304..327262da6b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,12 @@ ############################################################################### * text=auto +############################################################################### +# Make sh files under the build directory always have LF as line endings +############################################################################### +build/*.sh eol=lf + + ############################################################################### # Set default behavior for command prompt diff. #