0.0.12 • Published 4 years ago
@folkforms/line-endings v0.0.12
line-endings
Checks and/or writes line endings.
Options
-l/--line-ending LF/CRLFLine ending to use-c/--check <path>Check line endings and fail if any do not match the specified line ending-w/--write <path>Fix any files that do not match the specified line ending-i/--ignore <path>Use the given ignore file. Will default to using.gitignore(if it exists.)
-l/--line-ending and at least one of -c/--check or -w/--write must be specified.