mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Re-enable format on save by default
This commit is contained in:
parent
6a26158728
commit
cd07c98b7d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
// "default_dock_anchor": "expanded"
|
||||
"default_dock_anchor": "right",
|
||||
// Whether or not to perform a buffer format before saving
|
||||
"format_on_save": "off",
|
||||
"format_on_save": "on",
|
||||
// How to perform a buffer format. This setting can take two values:
|
||||
//
|
||||
// 1. Format code using the current language server:
|
||||
|
|
Loading…
Reference in a new issue