Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 337 Bytes

no-trailing-whitespace.md

File metadata and controls

13 lines (7 loc) · 337 Bytes

Pattern: Trailing whitespace

Issue: -

Description

Disallows trailing whitespace at the end of a line.

Rationale: Keeps version control diffs clean as it prevents accidental whitespace from being committed.

Further Reading