// Folder-specific settings // // For a full list of overridable settings, and general information on folder-specific settings, // see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings { "prettier": { "allowed": false }, "languages": { "JavaScript": { "formatter": { "code_actions": { "source.fixAll.eslint": true } }, "tab_size": 2 }, "TypeScript": { "formatter": { "code_actions": { "source.fixAll.eslint": true } }, "tab_size": 2 }, "Vue.js": { "formatter": { "code_actions": { "source.fixAll.eslint": true } }, "tab_size": 2 } } }