summaryrefslogtreecommitdiff
path: root/.zed/settings.json
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-10-05 22:04:31 +0100
committerJoe Carstairs <me@joeac.net>2025-10-05 22:04:31 +0100
commit261f7d4f5ad744bdf70c6293bddc98401197bdad (patch)
tree23ece509c5013ba1fc7701bc4abf9e92df32940e /.zed/settings.json
parentb5e58b279a45557768ed9318ea4741949fd15dfa (diff)
creeds
Diffstat (limited to '.zed/settings.json')
-rw-r--r--.zed/settings.json3
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"
}