From eba67655412214fac7b4e86963164efbac5edd69 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Fri, 25 Oct 2024 13:47:35 -0700 Subject: [PATCH] set LF endings for shell scripts so they are executable after checkout --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e7657f67 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text=auto eol=lf