{ "editor.tabSize": 4, "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports.biome": "explicit" // "source.fixAll.biome": "explicit" }, "npm.packageManager": "yarn", "editor.defaultFormatter": "biomejs.biome", "editor.autoIndent": "full", "editor.autoClosingBrackets": "always", "editor.autoClosingQuotes": "always", "editor.wordWrap": "on", "editor.minimap.enabled": false, "files.trimTrailingWhitespace": true, "files.exclude": { "**/.git": true, "**/.DS_Store": true, "**/node_modules": true } }