generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working