From c64190c2fcda2a71fb6c645a8637e044c7ad8df7 Mon Sep 17 00:00:00 2001 From: Tim Long Date: Fri, 26 Jul 2024 08:54:32 +0100 Subject: [PATCH] Added .gitattributes to force bash scripts to have LF line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b3e2bb2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Force bash scripts to always have LF line endings + +*.sh eol=LF