From 0a23075bddbe128760a68ae4d65b2661502f76e4 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 26 Aug 2026 21:13:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.gitattributes=20?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E8=A1=8C=E5=B0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2038e76 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# 行尾规范:文本文件统一 LF,Windows 批处理保留 CRLF +* text=auto eol=lf +*.bat text eol=crlf +*.cmd text eol=crlf