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

Open
shuebner opened this issue Dec 15, 2024 · 1 comment
Open

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

shuebner opened this issue Dec 15, 2024 · 1 comment
Labels
bug Something isn't working

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 Something isn't working 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
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants