SublimeText / TrailingSpaces

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

Deleting Empty Lines Question #103

Closed manning390 closed 4 years ago

manning390 commented 8 years ago

I have the trailing_spaces_include_empty_lines set to true (as default)

I am not sure if it is broken or if I am interpreting its function wrong.

If I have the following code:

var x = 5;

if(x == 5){
 // Do something

}

Will it just delete any spaces on empty lines or will it delete all but one line between the variable declaration and the if statement?

I was under the impression it would delete groups of blank lines leaving only 1.

rchl commented 4 years ago

This plugin doesn't delete empty lines, just trailing spaces on empty lines.