From e08c55d4c9c7cf30f20ef4ca6661c5ff73969d2c Mon Sep 17 00:00:00 2001 From: Elijah Date: Sat, 15 Aug 2026 11:21:45 -0700 Subject: [PATCH] Enforce LF line endings for shell scripts --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6510f13 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +docker-entrypoint.sh text eol=lf +*.sh text eol=lf