24 lines
365 B
Markdown
24 lines
365 B
Markdown
# LF Fixer
|
|
|
|
- View the line ending stats.
|
|
- Normalize line endings.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
cargo install --git https://github.com/cool-mist/lf_fixer
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
lf_fixer --help
|
|
```
|
|
|
|
## TODO
|
|
|
|
- [x] Edit files to fix line ending mismatches
|
|
- [x] To user defined line ending,
|
|
- [x] To the line ending of the majority of the files
|
|
- [ ] Add tests
|