5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
# 所有文本文件自动转换行尾符为 LF
|
|
* text=auto
|
|
|
|
# 对 JS 文件强制使用 LF 换行符
|
|
*.js text eol=lf |