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

Fix inconsistent line endings in generated file #60

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

christianhelle
Copy link
Owner

Replaces all newline sequences in the generated code with Environment.NewLine using String.ReplaceLineEndings() on the generated code

This resolves #57

@christianhelle christianhelle added the enhancement New feature, bug fix, or request label Jun 6, 2023
@christianhelle christianhelle merged commit d901023 into main Jun 6, 2023
@christianhelle christianhelle deleted the fix-line-endings branch June 6, 2023 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, bug fix, or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generated files have inconsistent lined endings
1 participant