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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -