Added doc for allowing tabs.
This commit is contained in:
parent
b671e6bb1c
commit
ba441b3fd6
|
|
@ -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">"no"</span>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">checkstyle.allow.tabs</td>
|
||||
<td valign="top">Indicates whether to allow tabs. Defaults to <span class="default">"no"</span>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">checkstyle.allow.package</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue