From 2fd23c490bf57b4bf2bb6e4b5a929434ad6bf331 Mon Sep 17 00:00:00 2001 From: Harry Sarson Date: Fri, 16 Feb 2018 11:06:27 +0000 Subject: [PATCH] Adds .gitattributes to keep unix lines endings in .sh files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4c33939 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Unix lines endings in bash script files +*.sh text eol=lf +themes/* text eol=lf