Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Last active April 3, 2024 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remlapmot/1f79fff7818e023e60d454eaec9346ec to your computer and use it in GitHub Desktop.
Save remlapmot/1f79fff7818e023e60d454eaec9346ec to your computer and use it in GitHub Desktop.
Zed settings
// 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",
"ui_font_size": 12,
"buffer_font_size": 12,
"format_on_save": "off",
"soft_wrap": "editor_width",
"remove_trailing_whitespace_on_save": false,
"project_panel": {
"dock": "right"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment