python - How to remove trailing whitespace in PyDev plugin for Eclipse -
ideally, eclipse should remove trailing whitespace when save file. know there option in c++/java plugins eclipse, couldnt find 1 pydev. there one? if not, whats easiest way achieve this?
check in:
preferences > pydev > editor > code style > code formatter
and check "right trim lines?" check box.
Comments
Post a Comment