From f2f8c427249fa123a6b36bff75976d77c6fefc31 Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sun, 20 May 2018 12:18:33 +0200 Subject: [PATCH] add .gitattributes ( force LF line endings on checkout ) --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8b393be9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Unix, Linux and OS X use LF +# Declare files that will always have LF line endings on checkout. +*.sh text eol=lf