1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
# 添加以下内容来指定特定文件类型的处理方式: |
|||
*.txt text |
|||
*.cs text |
|||
*.lua text |
|||
*.json text |
|||
*.xml text |
|||
*.config text |
|||
|
|||
# 或者明确指定换行符处理: |
|||
*.txt eol=lf |
|||
# 或 |
|||
*.txt eol=crlf |
Loading…
Reference in new issue