You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 init
cargo about generate > about.html
dos2unix
Expected behavior
Consistent line endings.
Device:
The text was updated successfully, but these errors were encountered: