moved property tabWidth

This commit is contained in:
Rick Giles 2002-12-25 12:05:32 +00:00
parent 5bcb30c9c2
commit 58af01acc8
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"/>