You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. checkstyle.allow.tabs = no
  2. checkstyle.tab.width = 4
  3. checkstyle.allow.noauthor = yes
  4. checkstyle.maxlinelen = 100
  5. checkstyle.javadoc.scope = protected
  6. checkstyle.ignore.importlength = yes
  7. checkstyle.ignore.whitespace.cast = yes
  8. checkstyle.allow.protected = yes
  9. checkstyle.header.file = checkstyle.header
  10. checkstyle.header.regexp = yes