Sha256: cf9af8794ede61c407e808a6f0b9f151aaba5bb3e51d3c1697dccb21e7ccd210
Contents?: true
Size: 447 Bytes
Versions: 24
Compression:
Stored size: 447 Bytes
Contents
# linebreaks Specify unix or windows linebreaks. The [`fix` option](../../../docs/user-guide/usage/options.md#fix) can automatically fix all of the problems reported by this rule. ## Options `string`: `"unix"|"windows"` ### `"unix"` Linebreaks _must always_ be LF (`\n`). Lines with CRLF linebreaks are considered violations. ### `"windows"` Linebreaks _must always_ be CRLF (`\r\n`). Lines with LF linebreaks are considered violations.
Version data entries
24 entries across 24 versions & 1 rubygems