From 7735279e681bf34f477adbf9ccc51a94964ea96f Mon Sep 17 00:00:00 2001 From: "jiannan.guo@yingxiong.com" Date: Tue, 29 Jul 2025 10:33:11 +0800 Subject: [PATCH] 1 --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c6103779 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# 添加以下内容来指定特定文件类型的处理方式: +*.txt text +*.cs text +*.lua text +*.json text +*.xml text +*.config text + +# 或者明确指定换行符处理: +*.txt eol=lf +# 或 +*.txt eol=crlf \ No newline at end of file