From a5a1dbd4e211900809c60634a6ebbac98a2d3c4d Mon Sep 17 00:00:00 2001 From: Harry Sarson Date: Sat, 2 Sep 2017 20:47:04 +0100 Subject: [PATCH] Enforce unix eol in bash script files --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..41efb9e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ + +# enforce correct line endings for shell and batch files. +*.sh text eol=lf +script/* text eol=lf +script/*.bat text eol=crlf -- GitLab