Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 292 Bytes

whitespace-comma.md

File metadata and controls

7 lines (4 loc) · 292 Bytes

Pattern: Missing space after ,

Issue: -

Description

You should always have a space after a comma (either as fn arg or operator). This does not apply when the non-space character following the comma is another comma, since the only time when that happens is for empty macro arguments.