UNIVPLMDataIntegration/.gitattributes
2025-09-14 15:24:13 +08:00

9 lines
209 B
Plaintext

# 所有文件默认使用 LF
* text=auto eol=lf
# 强制指定 Windows 换行符 (CRLF)
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.txt text eol=crlf
*.cs text eol=crlf