{ "editor.detectIndentation": false, "editor.tabSize": 4, "editor.formatOnPaste": true, "editor.formatOnSave": true //** 保存时自动修正 **// (需要时开启) // "editor.codeActionsOnSave": { // "source.fixAll": true, // "source.organizeImports": true, // "source.sortMembers": true // } }