2009/3/6 Adam Winer <awi...@gmail.com>: > What is the advantage of removing trailing whitespace? I can't see a > reason to do it at all. Unlike removing unnecessary imports (say), it > doesn't improve the codebase in any objective manner.
According the given stats, it seems that the majority devs already have configured their favourite IDE to do it with pros/cons. [1] doesn't detail this case and I just want to be sure that the team shares the same configuration and remove or not trailing whitespace is one of them. So, include it to the Java style or not? Cheers, Vincent [1] http://cwiki.apache.org/SHINDIGxSITE/java-style.html