Skip to content

Commit 8f4e10c

Browse files
committed
check whitespace inside parenthesis that do not belong to a function call/declaration or control structure
1 parent d3dff55 commit 8f4e10c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Consistence/ruleset.xml

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
<property name="allowMultiline" value="true"/>
4141
</properties>
4242
</rule>
43+
<rule ref="Generic.WhiteSpace.ArbitraryParenthesesSpacing">
44+
<properties>
45+
<property name="ignoreNewlines" value="true"/>
46+
</properties>
47+
</rule>
4348
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
4449
<rule ref="Generic.WhiteSpace.LanguageConstructSpacing"/>
4550
<rule ref="Generic.WhiteSpace.ScopeIndent">

0 commit comments

Comments
 (0)