Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 397 Bytes

AvoidTrailingWhitespace.md

File metadata and controls

11 lines (6 loc) · 397 Bytes

Pattern: Trailing whitespace

Issue: -

Description

Lines should not end with whitespace characters. This can cause problems with the line-continuation backtick, and also clutters up future commits to source control.

Further Reading