Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 468 Bytes

Universal.WhiteSpace.CommaSpacing.md

File metadata and controls

13 lines (7 loc) · 468 Bytes

Pattern: Inconsistent whitespace precision

Issue: -

Description

Enforce that there is no space before a comma and exactly one space, or a new line, after a comma.

Additionally, the sniff also enforces that the comma should follow the code and not be placed after a trailing comment.

Further Reading