Created
March 14, 2023 05:56
-
-
Save cntrump/bd9678baae1a904bfc75c4008e1458b7 to your computer and use it in GitHub Desktop.
Zed Editor configuration file
This file contains hidden or 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", | |
"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