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

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -