Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 545 Bytes

NewLineAtEof.md

File metadata and controls

18 lines (11 loc) · 545 Bytes

Pattern: File does not end with newline

Issue: -

Description

Any source files and text files in general should end with a line separator to let others easily add new content at the end of file.

Example configuration

<check enabled="true" class="org.scalastyle.file.NewLineAtEofChecker" level="warning"/>