From 015ae039b56416780a19912cf970cfdfb599b87f Mon Sep 17 00:00:00 2001 From: Sora <1294058688@qq.com> Date: Tue, 18 Aug 2026 20:32:18 +0800 Subject: [PATCH] Force 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..a84c4df --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Bash scripts must retain Unix line endings on every build host. +*.sh text eol=lf