Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 578 Bytes

Generic.WhiteSpace.ArbitraryParenthesesSpacing.md

File metadata and controls

14 lines (8 loc) · 578 Bytes

Pattern: Arbitrary parentheses spacing

Issue: -

Description

Checks whitespace inside parenthesis that don't belong to a function call/declaration or control structure.

  • required spacing can be set using the spacing sniff property (default is 0)
  • newlines can be used by setting the ignoreNewlines sniff property (default is false)

Further Reading