lf_lint
Linter that checks that all files in ends with a newline.
Optionally adds such a newline where missing.
```
$ lf_lint --help
Checks that all text files in ends with a newline
Usage: lf_lint [OPTIONS] --path
Options:
-p, --path Path to operate on
-f, --fix Add new line at EOF if missing
-h, --help Print help
-V, --version Print version
```
This tool is available as a Crate and as a Docker image.