8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
# 确保所有文本文件使用 UTF-8 编码
|
|
* text=auto eol=lf
|
|
*.vue text eol=lf charset=utf-8
|
|
*.ts text eol=lf charset=utf-8
|
|
*.js text eol=lf charset=utf-8
|
|
*.json text eol=lf charset=utf-8
|
|
|