From 1bf325ca8c1383c8dc21c4e44b88cfb1b778d502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=B0=E4=BB=94?= Date: Sun, 14 Jun 2026 17:11:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9git=E5=AF=B9=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E7=BA=A6=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 20 ++++++++++---------- .gitignore | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index d7b12d0e..2fe9b51b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,16 @@ # 自动检测文本文件并统一换行符 -* text=auto eol=crlf +# * text=auto eol=crlf # 源代码文件 - 强制 CRLF -*.cpp text eol=crlf -*.h text eol=crlf -*.hpp text eol=crlf -*.c text eol=crlf -*.ui text eol=crlf -*.qrc text eol=crlf -*.pro text eol=crlf -*.pri text eol=crlf -*.qss text eol=crlf +# *.cpp text eol=crlf +# *.h text eol=crlf +# *.hpp text eol=crlf +# *.c text eol=crlf +# *.ui text eol=crlf +# *.qrc text eol=crlf +# *.pro text eol=crlf +# *.pri text eol=crlf +# *.qss text eol=crlf # 配置文件 *.json text eol=crlf diff --git a/.gitignore b/.gitignore index 6dd64bcc..b5405151 100644 --- a/.gitignore +++ b/.gitignore @@ -45,5 +45,5 @@ CLAUDE.md *.pdf **/Publish -**/TestData +**/TestData* *.log