chore: 添加 .gitattributes 规范行尾

This commit is contained in:
2026-08-26 21:13:20 +08:00
parent 83fd1dddd8
commit 30b8d859e9
+4
View File
@@ -0,0 +1,4 @@
# 行尾规范:文本文件统一 LF,Windows 批处理保留 CRLF
* text=auto eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf