From 5e0f200f90f7ac5f778960251c2d813813286437 Mon Sep 17 00:00:00 2001 From: gavindiaz Date: Sun, 19 Jul 2026 04:00:16 +0800 Subject: [PATCH] force LF on 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