mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-06 03:58:03 +08:00
6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"editor.formatOnSave": true, //保存时格式化
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 4
|
|
}
|