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

CRLF on "auto-generated" comment despite useUnixLineEndings #515

Closed
shuebner opened this issue Dec 15, 2024 · 1 comment · Fixed by #551
Closed

CRLF on "auto-generated" comment despite useUnixLineEndings #515

shuebner opened this issue Dec 15, 2024 · 1 comment · Fixed by #551

Comments

@shuebner
Copy link

When using the --useUnixLineEndings switch on the generation tool, the comment containing the <auto-generated> tag is still generated with CRLF line endings on Windows:
image

I would expect all line endings to be consistent, i. e. LF when using the --useUnixLineEndings switch.

@mwadams mwadams added the bug label Dec 15, 2024
@mwadams
Copy link
Contributor

mwadams commented Dec 15, 2024

This will also be the case for other situations where we use "AppendBlock" in the code gen.

I will apply a fix for this.

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 a pull request may close this issue.

2 participants