diff options
| author | Martin Fischer <martin@push-f.com> | 2026-04-13 18:44:40 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-04-13 18:44:40 +0200 |
| commit | 3285b7b4f1421c69042cc471aceed7446f5d8a18 (patch) | |
| tree | 0083409a1ab0879888e9aa6a6e1ecb3437adbd5b | |
| parent | feaa178604995c3a6a017386e0c49cd883ea2fcb (diff) | |
tweak(user/zed): disable remove_trailing_whitespace_on_save
| -rw-r--r-- | user/zed/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json index a3799aa..b1594ca 100644 --- a/user/zed/settings.json +++ b/user/zed/settings.json @@ -41,6 +41,7 @@ // formatters that aren't used by most projects. So I'm turning format_on_save // off by default and then on for the programming languages that I use. "format_on_save": "off", + "remove_trailing_whitespace_on_save": false, "languages": { "Go": { "format_on_save": "on" |
