Pattern: Unexpected newline character
Issue: -
This rule enforces the type of new line characters.
- Set
type
tounix
to use UNIX-typed new line characters (\n
), ordos
to use DOS-typed new line characters (\r\n
).
Pattern: Unexpected newline character
Issue: -
This rule enforces the type of new line characters.
type
to unix
to use UNIX-typed new line characters (\n
), or dos
to use DOS-typed new line characters (\r\n
).