lf_fixer/README.md
2024-12-26 00:02:49 +05:30

24 lines
364 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