From 295b03fe879a8755ca1908550bdda0dceaf4b7a0 Mon Sep 17 00:00:00 2001 From: Martin Kanich Date: Sun, 25 Sep 2016 19:56:54 +0200 Subject: [PATCH] Fix line endings issue of shell script files on Windows --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..2858dda118 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Declare files that will always have LF line endings on checkout. +*.sh text eol=lf \ No newline at end of file