fop/checkstyle.cfg
2002-09-05 15:53:56 +00:00

10 lines
332 B
INI

checkstyle.allow.tabs = no
checkstyle.tab.width = 4
checkstyle.allow.noauthor = yes
checkstyle.maxlinelen = 100
checkstyle.javadoc.scope = protected
checkstyle.ignore.importlength = yes
checkstyle.ignore.whitespace.cast = yes
checkstyle.allow.protected = yes
checkstyle.header.file = checkstyle.header
checkstyle.header.regexp = yes