chore: force patches to be checked out with LF line endings (#14789)

This commit is contained in:
Jeremy Apthorp 2018-09-25 07:04:32 -07:00 коммит произвёл Samuel Attard
Родитель c5fa7b8043
Коммит 442f05dfe7
1 изменённых файлов: 3 добавлений и 0 удалений

3
.gitattributes поставляемый 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