From 54e808a85d25034b4db83280a67bd46f572f322d Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 4 Mar 2026 18:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E7=A0=81=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2e81367 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh text eol=lf +*.bash text eol=lf +*.zsh text eol=lf