選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

checkstyle.cfg 332B

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