On Fri, Jul 2, 2010 at 03:03, Paul King <[email protected]> wrote: > > Perhaps I'll have to look into it further. What tools do you use to > automatically check that someone hasn't mixed indent styles? > Cheers, Paul.
We use checkstyle (via the eclipse plugin) to verify that there are no tabs in our sources. Presumably, it could be used to enforce other tab conventions as well. // Ben -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
