I enabled the auto remove the trailing whitespaces in a pydev environment for Eclipse (Preferences->PyDev->Editor->Save Actions) and it works for all my python files. However it doesn't apply it for other files types when I save them. Is there a way to include all the files in that automatic save action?
Asked
Active
Viewed 85 times
0
-
See [this](http://stackoverflow.com/q/1043433/4175042) – Avantol13 Jun 28 '16 at 11:49
-
Some editors (such as the Java editor) support this, others don't. – greg-449 Jun 28 '16 at 11:56
-
Yes, and following that guide, it works for .py files when I save them, but not for others. – hosselausso Jun 28 '16 at 11:56
-
Ok, installing AnyEdit made the magic. Thanks. – hosselausso Jun 28 '16 at 12:00