From 7a5db83661ad58be8945f0def5132a1a9dc7c5fb Mon Sep 17 00:00:00 2001 From: GuoQing Zhang Date: Thu, 8 Jan 2026 12:05:16 +0800 Subject: [PATCH] chore: remove auto text --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index a19a5a9fd..329602ff7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # 默认:自动识别文本,统一用 LF 存库 -* text=auto eol=lf +#* text=auto eol=lf # 明确常见文本文件用 LF *.py text eol=lf @@ -31,4 +31,4 @@ *.mp4 binary *.docx binary *.xlsx binary -*.pptx binary \ No newline at end of file +*.pptx binary