Add checkstyle indentation checks

This commit is contained in:
md_5
2020-01-24 14:07:42 +11:00
parent 24a53a671c
commit 70370faf5d
2 changed files with 4 additions and 0 deletions

View File

@@ -80,6 +80,8 @@
<!-- See http://checkstyle.sourceforge.net/config_misc.html -->
<module name="ArrayTypeStyle"/>
<module name="CommentsIndentation"/>
<module name="Indentation"/>
<module name="UpperEll"/>
</module>
</module>