Added doc for allowing tabs.

This commit is contained in:
Oliver Burn 2002-03-15 14:14:02 +00:00
parent b671e6bb1c
commit ba441b3fd6
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ This command line tool is included in the checkstyle distribution.</p>
<tr>
<td valign="top">checkstyle.allow.protected</td>
<td valign="top">Indicates whether to allow protected data. Defaults to <span class="default">&quot;no&quot;</span>.</td>
</tr>
<tr>
<td valign="top">checkstyle.allow.tabs</td>
<td valign="top">Indicates whether to allow tabs. Defaults to <span class="default">&quot;no&quot;</span>.</td>
</tr>
<tr>
<td valign="top">checkstyle.allow.package</td>