// 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. { "base_keymap": "VSCode", "theme": "Monokai", "ui_font_size": 16, "ui_font_family": "SF Pro", "buffer_font_size": 16, "vim_mode": true, "hard_tabs": true, "format_on_save": "off", "font_family": "Iosevka", "buffer_font_family" : "Iosevka", "buffer_font_features": { "calt": false }, "tab_size": 4, "telemetry": { "diagnostics": false, "metrics": false }, "relative_line_numbers" : true, "diagnostics" : false, "hour_format" : "hour24" }