Stefano Mazzocchi wrote: > > Stop! > > history shows pretty evidently that you can't reach consensus on style, > unless your compiler is style dependant (which is why Python code all > looks the same!). > > tab is bad. everytime you see tabs you should change them into 4 > whitespaces. this is the general practice for java code in the ASF. > > this is the *ONLY* wide practice. > > let's not start the debate.
Well this is all that this discussion really set out to achieve: consistent 4-space indentation, remove all tabs, get rid of other spurious whitespace. So, yes, let us stop at that. --David