{
  "when_closing_with_no_tabs": "keep_window_open",
  "on_last_window_closed": "quit_app",
  "session": {
    "trust_all_worktrees": true,
    "restore_unsaved_buffers": false,
  },
  "restore_on_startup": "launchpad",
  "theme": "Kanso Zen",
  "icon_theme": "Catppuccin Mocha",
  "buffer_line_height": {
    "custom": 1.45,
  },
  "buffer_font_size": 16,
  "ui_font_size": 16,
  "current_line_highlight": "gutter",
  "auto_signature_help": true,
  "show_signature_help_after_edits": true,
  "hover_popover_delay": 100,
  "extend_comment_on_newline": false,
  "languages": {
    "Python": {
      "preferred_line_length": 88,
      "wrap_guides": [88],
    },
    "Markdown": {
      "remove_trailing_whitespace_on_save": true,
      "show_wrap_guides": false,
    },
  },
  "search": {
    "center_on_match": true,
  },
  "restore_on_file_reopen": false,
  "title_bar": {
    "show_branch_icon": true,
  },
  "git_panel": {
    "tree_view": true,
  },
  "git": {
    "inline_blame": {
      "show_commit_summary": true,
    },
  },
  "disable_ai": true,
  "auto_install_extensions": {
    "html": true,
    "scss": true,
    "catppuccin-icons": true,
    "kanso": true,
    "comment": true,
    "log": true,
    "codebook": true,
    "env": true,
    "git-firefly": true,
    "toml": true,
    "tombi": true,
    "r": true,
    "air": true,
    "sql": true,
    "quarto": true,
    "rainbow-csv": true,
  },
}
