Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 313 Bytes

eofline.md

File metadata and controls

13 lines (7 loc) · 313 Bytes

Pattern: File does not end with newline

Issue: -

Description

Ensures the file ends with a newline.

Rationale: It is a standard convention to end files with a newline.

Further Reading