No, checkstyle can check against tabs as you do but not the other way around.
On Fri, Jul 2, 2010 at 3:21 PM, B Smith-Mannschott <[email protected]>wrote: > 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]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- 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.
