{ "editor.tabSize": 2, "editor.detectIndentation": false, "search.exclude": { "package-lock.json": true }, "editor.defaultFormatter": "dbaeumer.vscode-eslint", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.addMissingImports": "explicit", "source.fixAll.eslint": "explicit" }, "cSpell.words": [ "orbis" ] }