SublimeText / TrailingSpaces

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

don't highlight spaces for lines where cursor is at the end of line #104

Closed Radivarig closed 4 years ago

Radivarig commented 8 years ago

It would be good to disable highlighting if the cursor is at the end of line, which is always while typing and pressing space. Or easier, to be disabled for current line.

rchl commented 4 years ago

There is a trailing_spaces_include_current_line setting now.