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

Windows-style line ending all over the place #112

Open
bluca opened this issue Feb 15, 2022 · 0 comments
Open

Windows-style line ending all over the place #112

bluca opened this issue Feb 15, 2022 · 0 comments

Comments

@bluca
Copy link
Contributor

bluca commented Feb 15, 2022

The diff between 0.3.1 and 1.0.0 contains a lot of Windows-style line endings (CRLF) in many places.

Please consider enforcing LF-only line endings, eg, add a .gitattributes with:

* text=auto eol=lf

Developers on Windows who still need CRLF line endings can get them added automatically, and removed on commit, transparently for all repositories, by setting:

git config --global core.autocrlf true
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

No branches or pull requests

1 participant