moved property tabWidth

This commit is contained in:
rickgiles 2002-12-25 12:05:32 +00:00
parent c2e7367fd2
commit 9cbf7e0cb7
1 changed files with 3 additions and 2 deletions

View File

@ -5,13 +5,14 @@
<module name="Checker">
<property name="tabWidth" value="4" />
<module name="PackageHtml"/>
<module name="Translation"/>
<module name="TreeWalker">
<property name="tabWidth" value="4" />
<module name="AvoidStarImport"/>
<module name="ConstantName"/>
<module name="EmptyBlock"/>