Skip to content

Files

Latest commit

 

History

History
24 lines (14 loc) · 314 Bytes

leading_whitespace.md

File metadata and controls

24 lines (14 loc) · 314 Bytes

Pattern: Leading whitespace

Issue: -

Description

Files should not contain leading whitespace.

Examples of correct code:

//

Examples of incorrect code:

 //

Further Reading