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

Uniformly emit LF line endings in generated JS code (#782) #783

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

lionel-rowe
Copy link
Contributor

Fixes #782.

  • tool/templates/js/js_class.js.jinja: convert CRLF line endings to LF, consistent with other *.js.jinja files
  • tool/templates/js/struct.js.jinja: small whitespace fixes to prevent emitting of non-empty, whitespace-only lines

@Manishearth Manishearth merged commit f7010b3 into rust-diplomat:main Feb 7, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent LF vs CRLF line endings within the same file of generated JS code
2 participants