From a40f99f83224d7f2437ea8af6fd6dbe308e4649f Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 29 Jan 2024 20:12:20 +0000 Subject: [PATCH] Added .gitattributes file to ensure that bash file line endings stay correct --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..98bfb68 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.bash text eol=lf +*sh text eol=lf