roboterclubaachen / rca-vm

DEPRECATED: Scripts to build provisioned virtual machines for xpcc and robot development
4 stars 1 forks source link

Make Eclipse remove trailing whitespace #31

Closed salkinium closed 9 years ago

salkinium commented 9 years ago

There is no reason to add any.

If this is a default, users won't be able to add any.

georgi-g commented 9 years ago

http://stackoverflow.com/questions/1043433/how-to-auto-remove-trailing-whitespace-in-eclipse http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_c_editor_save_actions.htm

salkinium commented 9 years ago

For the C/C++ Editor this already seems to be the standard behaviour. But not for the Java or Python editor. I can live with that.