// Zed settings // // For information on how to configure Zed, see the Zed // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's default settings without changing your // custom settings, run `zed: open default settings` from the // command palette (cmd-shift-p / ctrl-shift-p) { "close_on_file_delete": true, "agent": { "button": false, "model_parameters": [] }, "project_panel": { "hide_hidden": false, "hide_root": true, "indent_size": 20.0 }, "prettier": { "allowed": true }, "autosave": { "after_delay": { "milliseconds": 1000 } }, "collaboration_panel": { "button": false }, "icon_theme": "Catppuccin Macchiato", "title_bar": { "show_onboarding_banner": false, "show_user_picture": false, "show_sign_in": false }, "calls": { "mute_on_join": true }, "disable_ai": true, "telemetry": { "diagnostics": false, "metrics": false }, "ui_font_size": 14, "buffer_font_size": 12, "theme": { "mode": "system", "light": "One Light", "dark": "Catppuccin Macchiato" } }