From b547942e4397cf3fdfb2031c5ec6feb40abc2d17 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Tue, 15 Oct 2019 10:30:13 -0700 Subject: [PATCH] Disable all git EOL conversions (#32781) Experiment with treating all files as binary on all platforms (aka only affects Windows). Closes #30752 --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index c84e6206024f5..a97c543432108 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -# treat patches as files that should not be modified -*.patch -text +# treat all files as files that should not be modified +* -text