chore: force patches to be checked out with LF line endings (#14789)
This commit is contained in:
parent
c5fa7b8043
commit
442f05dfe7
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# `git apply` and friends don't understand CRLF, even on windows. Force those
|
||||
# files to be checked out with LF endings even if core.autocrlf is true.
|
||||
*.patch text eol=lf
|
Loading…
Add table
Add a link
Reference in a new issue