// 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 the `open default settings` command // from the command palette or from `Zed` application menu. { "theme": { "dark": "Github Dark", "light": "Github Light" }, "git": { "inline_blame": { "enabled": true } }, "vim_mode": true, "relative_line_numbers": true, "buffer_font_size": 12, "buffer_font_family": "Input Mono", "ui_font_family": "SF Pro", "ui_font_size": 15, "project_panel": { "dock": "right" }, "file_types": { "Python": ["bazel", "WORKSPACE"] }, "languages": { "TypeScript": { "tab_size": 4 }, "JavaScript": { "tab_size": 4 }, "TSX": { "tab_size": 4 }, "Markdown": { "tab_size": 4 }, "JSON": { "tab_size": 4 }, "Make": { "tab_size": 8 } } }