You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
208 B

# 添加以下内容来指定特定文件类型的处理方式:
*.txt text
*.cs text
*.lua text
*.json text
*.xml text
*.config text
# 或者明确指定换行符处理:
*.txt eol=lf
# 或
*.txt eol=crlf