blob: 01342dfcb2c2e844514c0a3e6e4378eef6f548c7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|