Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 529 Bytes

File metadata and controls

27 lines (14 loc) · 529 Bytes

Pattern: Inconsistent linebreak

Issue: -

Description

Specify unix or windows linebreaks.

Options

string: "unix"|"windows"

"unix"

Linebreaks must always be LF (\n).

Lines with CRLF linebreaks are considered problems.

"windows"

Linebreaks must always be CRLF (\r\n).

Lines with LF linebreaks are considered problems.

Further Reading