Describe the bug
When using the default HTML output file, even if the input handlebars template has consistent line endings, the output file has a mix of CRLF and LF. I believe these mixed endings might be coming from the licenses as they are inserted. Is it possible to ensure that the output is consistent?
To Reproduce
Steps to reproduce the behavior:
- Create a new crate and add dependencies
- Run
cargo about init
- Run
cargo about generate > about.html
- Check the output of
dos2unix
Expected behavior
Consistent line endings.
Device:
- OS: macos
- Version: cargo-about 0.6.0
Describe the bug
When using the default HTML output file, even if the input handlebars template has consistent line endings, the output file has a mix of CRLF and LF. I believe these mixed endings might be coming from the licenses as they are inserted. Is it possible to ensure that the output is consistent?
To Reproduce
Steps to reproduce the behavior:
cargo about initcargo about generate > about.htmldos2unixExpected behavior
Consistent line endings.
Device: