Skip to content

Commit

Permalink
check whitespace inside parenthesis that do not belong to a function …
Browse files Browse the repository at this point in the history
…call/declaration or control structure
  • Loading branch information
VasekPurchart committed Jun 13, 2018
1 parent d3dff55 commit 8f4e10c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Consistence/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<property name="allowMultiline" value="true"/>
</properties>
</rule>
<rule ref="Generic.WhiteSpace.ArbitraryParenthesesSpacing">
<properties>
<property name="ignoreNewlines" value="true"/>
</properties>
</rule>
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
<rule ref="Generic.WhiteSpace.LanguageConstructSpacing"/>
<rule ref="Generic.WhiteSpace.ScopeIndent">
Expand Down

0 comments on commit 8f4e10c

Please sign in to comment.