diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-28 06:54:55 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-28 06:55:48 +0100 |
| commit | a0954dd18b5c61c1382b594e2134ddc001b2980b (patch) | |
| tree | 637333470cf97cf34ee9e2aac65be7b321c995df | |
| parent | 8574d673384c59c5962736c60941f6d68615dea5 (diff) | |
tweak(user/zed): enable format_on_save for Svelte
| -rw-r--r-- | user/zed/settings.json | 3 |
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" } |
