aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-12-28 06:54:55 +0100
committerMartin Fischer <martin@push-f.com>2025-12-28 06:55:48 +0100
commita0954dd18b5c61c1382b594e2134ddc001b2980b (patch)
tree637333470cf97cf34ee9e2aac65be7b321c995df
parent8574d673384c59c5962736c60941f6d68615dea5 (diff)
tweak(user/zed): enable format_on_save for Svelte
-rw-r--r--user/zed/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json
index 3cfa490..f4a2185 100644
--- a/user/zed/settings.json
+++ b/user/zed/settings.json
@@ -51,6 +51,9 @@
"Rust": {
"format_on_save": "on"
},
+ "Svelte": {
+ "format_on_save": "on"
+ },
"TypeScript": {
"format_on_save": "on"
}