Tom-Bonnike / vscode-formatting-toggle

A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.
https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle
MIT License
60 stars 13 forks source link

feat: add trimTrailingWhitespace to default options #74

Closed iloveitaly closed 3 months ago

iloveitaly commented 7 months ago

without this, whitespace will still be removed on save for many users. This option is frusterating to find as well.

Tom-Bonnike commented 3 months ago

Oops sorry, completely missed your PR. I feel the documentation is clear enough, and since trimming trailing whitespace automatically is something most people have set up nowadays, I’m not sure it’s a sensible default.

I’ll close, but thanks anyway.