Press backspace to delete all the trailing whitespaces in a line.
Setting:
Multi Line Delete
: Enable this options to enable a backspace delete until find a none-whitespace line.Disabled File extensions
: This package will be disabled in files with suffix in this option .Use Keybinding
: Delete trailing whitespaces by only pressdelete
key or use your custom keybinding. If enable this, the default keybinding will beshift-delete
.
0.1.0 init
0.1.1
- Fix bug: options not showing up;
- Enhancement: Delete trailing spaces in none-blank line;
0.1.5 Remove default disabled file type: html.
0.1.6 Add keybinding option, so user can choose delete trailing spaces by backspace or other keybindings.
0.1.7 Fix shift-delete and duplicated event listeners.
0.1.8 Fix the wrong use of disposer causing an error when reload triggers.