6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"editor.formatOnSave": true, //保存时格式化
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 4
|
|
}
|