Document WhitespaceAround for-each property

Follow up to 09f1ba2f35.
This commit is contained in:
Andrew Gaul 2013-10-06 09:31:00 -07:00
parent 93322bd3df
commit 426fa9321e
1 changed files with 6 additions and 0 deletions

View File

@ -1131,6 +1131,12 @@ public void func() {} // empty method</source>
<td><a href="property_types.html#boolean">boolean</a></td>
<td><code>false</code></td>
</tr>
<tr>
<td>ignoreEnhancedForColon</td>
<td>ignore whitespace around colon in for-each loops</td>
<td><a href="property_types.html#boolean">boolean</a></td>
<td><code>true</code></td>
</tr>
</table>
</subsection>