jiannan.guo@yingxiong.com 1 month ago
parent
commit
7735279e68
  1. 12
      .gitattributes

12
.gitattributes

@ -0,0 +1,12 @@
# 添加以下内容来指定特定文件类型的处理方式:
*.txt text
*.cs text
*.lua text
*.json text
*.xml text
*.config text
# 或者明确指定换行符处理:
*.txt eol=lf
# 或
*.txt eol=crlf
Loading…
Cancel
Save