SublimeText / TrailingSpaces

Highlight trailing spaces and delete them in a flash.
MIT License
897 stars 94 forks source link

Command to force to delete all trailing spaces #71

Open bachue opened 10 years ago

bachue commented 10 years ago

Now I set "trailing_spaces_modified_lines_only" to true in the configuration, this feature is really useful to me. But sometimes I really need to delete all trailing spaces in the whole file, not only modified lines, but after I use command to delete trailing spaces, some spaces are not removed. So I guess the problem is "trailing_spaces_modified_lines_only". Is there any way that I can force to delete trailing spaces in the whole file? Thanks.