From 9843adb4f1fe6200833df7c3f800be5ba22bc11a Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 30 Jul 2023 14:27:43 +0100 Subject: [PATCH] Create .gitattributes to force git clone to keep the LF line endings on .sh files (#838) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..dfdb8b77 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf