Closed kidonng closed 3 years ago
That would make sense. formattingToggle.affects
could be updated to accept those.
Fixed with v3.0.0. The extension can now toggle any boolean setting that lives at the root of the VS Code configuration, including the 3 you suggested. Thank you!
You are awesome ✨
Could you please add support for toggling the following options, which is also tied to formatting?
files.insertFinalNewline
files.trimFinalNewlines
files.trimTrailingWhitespace
(microsoft/vscode#13157, which is my intention to open this issue)