SublimeText / TrailingSpaces

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

automatically run delete trailing spaces when saving a file #11

Closed gvinaccia closed 11 years ago

johnrees commented 12 years ago

:+1:

excid3 commented 12 years ago

:+1:

johnrees commented 12 years ago

This is a good workaround/solution for now, put the following in your settings

"trim_trailing_white_space_on_save": true
marocchino commented 12 years ago

+1

carlosbrando commented 12 years ago

+1

xmuskrat commented 12 years ago

+1

abepetrillo commented 12 years ago

:+1: +1

bronson commented 11 years ago

Is there any need for this since, as @johnrees says, trim_trailing_white_space_on_save is now a part of Sublime?

abh commented 11 years ago

@bronson indeed, no need! (Though it might be nice to include it in the README since it's related)

chikamichi commented 11 years ago

This feature is now part of the default bundle of ST.