lf_fixer/README.md
2024-12-19 17:16:00 +05:30

23 lines
340 B
Markdown

# LF Fixer
View the LF stats of files in your repository.
## Installation
```bash
cargo install --git https://github.com/cool-mist/lf_fixer
```
## Usage
```bash
lf_fixer --help
```
## TODO
- Edit files to fix line ending mismatches
- To user defined line ending,
- To the line ending of the majority of the files
- Add tests