Pattern: Inconsistent linebreak style
Issue: -
Enforces a consistent linebreak style. Choose either LF (\n
) or CRLF (\r\n
).
string
: "unix"|"windows"
Linebreaks must always be LF (\n
).
Lines with CRLF linebreaks are considered violations.
Linebreaks must always be CRLF (\r\n
).
Lines with LF linebreaks are considered violations.