tdesign-vue-next-starter/.gitattributes
Gui.H 4292bd2118
perf: 规范不同系统中的结束符 (#505)
* fix: eol

* fix: 测试效果

* fix: 默认全部文件eol=lf

* fix: 防止误判,仅对部分明确的文件设置

* fix: 新建文件eol格式错误进行互补

* Update settings.json
2023-05-12 20:35:44 +08:00

6 lines
119 B
Plaintext

*.ts text eol=lf
*.vue text eol=lf
*.tsx text eol=lf
*.jsx text eol=lf
*.html text eol=lf
*.json text eol=lf