From 442f05dfe7c33e170af7a50efef16cc12e825e53 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Tue, 25 Sep 2018 07:04:32 -0700 Subject: [PATCH] chore: force patches to be checked out with LF line endings (#14789) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..a8cc2eac7063 --- /dev/null +++ b/.gitattributes @@ -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