Skip to content

Commit

Permalink
Merge pull request #15 from maginatics/whitespace-around-foreach
Browse files Browse the repository at this point in the history
Document WhitespaceAround for-each property
  • Loading branch information
romani committed Oct 6, 2013
2 parents 93322bd + 426fa93 commit 64cd15d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/xdocs/config_whitespace.xml
Expand Up @@ -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>

Expand Down

0 comments on commit 64cd15d

Please sign in to comment.