From b4d67d40168dec0df57327a6b641a7767b66f2ef Mon Sep 17 00:00:00 2001 From: Slendy Date: Mon, 11 Mar 2024 22:48:03 -0500 Subject: [PATCH] Add .gitattributes file for script line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5f14b721 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize shell scripts to have LF line endings +*.sh text eol=lf \ No newline at end of file