diff options
| author | Joe Carstairs <me@joeac.net> | 2025-10-05 22:04:31 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-10-05 22:04:31 +0100 |
| commit | 261f7d4f5ad744bdf70c6293bddc98401197bdad (patch) | |
| tree | 23ece509c5013ba1fc7701bc4abf9e92df32940e /.zed/settings.json | |
| parent | b5e58b279a45557768ed9318ea4741949fd15dfa (diff) | |
creeds
Diffstat (limited to '.zed/settings.json')
| -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" } |
