From 1ef1f1be2a0473027383d86968d3b6ab12dc7184 Mon Sep 17 00:00:00 2001 From: Tim Long Date: Fri, 26 Jul 2024 15:09:52 +0100 Subject: [PATCH] fix: add .gitattributes to force bash scripts to have LF line endings (#35) --- .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