uTools-quickcommand/.gitattributes
2024-12-27 23:35:09 +08:00

9 lines
156 B
Plaintext

# 自动识别文本文件并进行换行符标准化
* text=auto
# 指定特定文件类型的换行符处理
*.txt text
*.js text
*.css text
*.html text