Skip to content

Instantly share code, notes, and snippets.

@cntrump
Created March 14, 2023 05:56
Show Gist options
  • Save cntrump/bd9678baae1a904bfc75c4008e1458b7 to your computer and use it in GitHub Desktop.
Save cntrump/bd9678baae1a904bfc75c4008e1458b7 to your computer and use it in GitHub Desktop.
Zed Editor configuration file
// 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": "Rosé Pine Moon",
"format_on_save": "on",
"formatter": "language_server",
"buffer_font_family": "SF Mono",
"buffer_font_size": 11,
"tab_size": 4,
"soft_wrap": "none",
"autosave": {
"after_delay": {
"milliseconds": 1000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment