Last active
November 8, 2024 08:35
-
-
Save remlapmot/1f79fff7818e023e60d454eaec9346ec to your computer and use it in GitHub Desktop.
Zed settings ~/.config/zed/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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": 13, | |
"buffer_font_size": 13, | |
"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