{ "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.organizeImports": "explicit", "source.sortMembers": "explicit" }, "editor.detectIndentation": false, "editor.tabSize": 2, "editor.insertSpaces": true, "[javascript]": { "editor.tabSize": 2, "editor.insertSpaces": true }, "[typescript]": { "editor.tabSize": 2, "editor.insertSpaces": true } }