settings.json 605 B

1234567891011121314151617181920212223
  1. // Folder-specific settings
  2. //
  3. // For a full list of overridable settings, and general information on folder-specific settings,
  4. // see the documentation: https://zed.dev/docs/configuring-zed#settings-files
  5. {
  6. //
  7. // 1. "VSCode"
  8. // 2. "Atom"
  9. // 3. "JetBrains"
  10. // 4. "None"
  11. // 5. "SublimeText"
  12. // 6. "TextMate"
  13. "base_keymap": "JetBrains",
  14. // Keep in mind, if the autosave with delay is enabled, format_on_save will be ignored
  15. "format_on_save": "off",
  16. "ui_font_size": 17,
  17. "buffer_font_size": 17,
  18. "theme": {
  19. "mode": "system",
  20. "light": "Andromeda",
  21. "dark": "One Dark"
  22. }
  23. }