We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I described the issue in rust-lang/rust before (link).
As noted in that issue, all one needs to do is to create a .gitattributes that forces LF line endings on checkout.
.gitattributes
LF
Do you agree that a .gitattributes file should be added to this repo? It might also be a good idea to make this information part of the docs.
I can open a PR if you want me to.
The text was updated successfully, but these errors were encountered:
Hi @fkohlgrueber I totally missed this issue being posted, I'm sorry!
If that's all it takes to fix it, I have no problem with it, but I don't really have a good way of testing it myself.
Please do :-)
Sorry, something went wrong.
No branches or pull requests
I described the issue in rust-lang/rust before (link).
As noted in that issue, all one needs to do is to create a
.gitattributes
that forcesLF
line endings on checkout.Do you agree that a
.gitattributes
file should be added to this repo? It might also be a good idea to make this information part of the docs.I can open a PR if you want me to.
The text was updated successfully, but these errors were encountered: