Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed line endings in HTML Output #242

Open
AliSajid opened this issue Jan 4, 2024 · 0 comments
Open

Mixed line endings in HTML Output #242

AliSajid opened this issue Jan 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AliSajid
Copy link

AliSajid commented Jan 4, 2024

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:

  1. Create a new crate and add dependencies
  2. Run cargo about init
  3. Run cargo about generate > about.html
  4. Check the output of dos2unix

Expected behavior
Consistent line endings.

Device:

  • OS: macos
  • Version: cargo-about 0.6.0
@AliSajid AliSajid added the bug Something isn't working label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant