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

chore: consistently enforce line endings #7069

Closed

Conversation

TristanWasTaken
Copy link
Contributor

Consistently enforce line endings regardless of what operating system is used.
Good article about this: https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git

If you think this is unnecessary, just close the pr. Though it wouldn't hurt to adopt this.

Existing files won't be changed (unless you specifically use a git cmd like git add --renormalize .).

Consistently enforce line endings regardless of what operating system is used.
@TristanWasTaken
Copy link
Contributor Author

note that I added .bat & .cmd in case the repo will someday have a bat or cmd file (so it doesn't become a pitfall)
should that be removed?

@ronny1982
Copy link
Contributor

I'm not sure what impact these changes would have to existing repositories of developers. Since there is no real benefit i don't think this change should be merged.
May be more appropriate for HaruNeko.

@ronny1982 ronny1982 closed this May 17, 2024
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.

None yet

2 participants