From fcf6c3e4c8bfb632e1a787ee21e147a04f54567c Mon Sep 17 00:00:00 2001 From: rozlette Date: Mon, 17 Feb 2020 01:08:02 -0600 Subject: [PATCH] Actually handle line endings on Windows --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 176a458f94..fcadb2cf97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto +* text eol=lf