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

gitattributes: force LF line endings for all files #9214

Closed
wants to merge 1 commit into from

Conversation

adrientetar
Copy link
Contributor

This avoids default CRLF on msysgit for Windows which can cause trouble.
Cf. https://help.github.com/articles/dealing-with-line-endings#text-eollf

Closes #7723.

@adrientetar
Copy link
Contributor Author

Reminds me that since this is supposed to set LF globally, this PR is probably time to remove other workarounds (e.g the one for jemalloc endings?).

@thestinger
Copy link
Contributor

@adridu59: yeah, can you amend it to remove the 3 jemalloc workarounds?

This avoids default CRLF on msysgit for Windows which can cause trouble.
Cf. https://help.github.com/articles/dealing-with-line-endings#text-eollf

Commit dad2ccc followup.
Closes rust-lang#7723.
bors added a commit that referenced this pull request Sep 17, 2013
This avoids default CRLF on msysgit for Windows which can cause trouble.
Cf. https://help.github.com/articles/dealing-with-line-endings#text-eollf

Closes #7723.
@bors bors closed this Sep 17, 2013
@adrientetar adrientetar deleted the issue-7723 branch December 15, 2013 11:49
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 28, 2022
Check `assign_op_pattern` for conflicting borrows

fixes rust-lang#9180

changelog: [`assign_op_pattern`](https://rust-lang.github.io/rust-clippy/master/#assign_op_pattern): Don't lint when the suggestion would cause borrowck errors.
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.

"make tidy" fails on windows
3 participants