From 952cddbf188a01e1c255197075fccd7da7bab942 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia-Ripoll Date: Sun, 20 Dec 2020 19:41:51 +0100 Subject: [PATCH] Ensure proper line ending --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3ff3e99 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +*.md text eol=lf