Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 387 Bytes

Drupal.Files.EndFileNewline.md

File metadata and controls

13 lines (7 loc) · 387 Bytes

Pattern: File does not end with newline

Issue: -

Description

Ensures the file ends with a newline character.

Largely copied from PSR2, but we need to run it on *.txt files and templates as well.

Further Reading