From 2e931bd91cadd88415bfef28585500a3d025e32a Mon Sep 17 00:00:00 2001 From: RISE Date: Mon, 19 Jan 2026 16:36:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A8=A3=E8=AF=B2=E5=A7=9E=20.gitattrib?= =?UTF-8?q?utes=20=E7=BA=AD=EE=86=BB=E7=B9=9A=20UTF-8=20=E7=BC=82=E6=A0=AB?= =?UTF-8?q?=E7=88=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1e3cd90 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# 确保所有文本文件使用 UTF-8 编码 +* text=auto eol=lf +*.vue text eol=lf charset=utf-8 +*.ts text eol=lf charset=utf-8 +*.js text eol=lf charset=utf-8 +*.json text eol=lf charset=utf-8 +