diff options
Diffstat (limited to '.zed')
| -rw-r--r-- | .zed/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.zed/settings.json b/.zed/settings.json index f76c1c9..79a95c9 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -3,5 +3,6 @@ // For a full list of overridable settings, and general information on folder-specific settings, // see the documentation: https://zed.dev/docs/configuring-zed#settings-files { - "soft_wrap": "editor_width" + "soft_wrap": "editor_width", + "format_on_save": "on" } |
