From 0b9ab80d63f6197151795ffea5a706d85ee4872b Mon Sep 17 00:00:00 2001 From: Garrett Wang Date: Tue, 7 Jul 2020 11:20:47 -0700 Subject: [PATCH] Disable auto-converting line endings for non-text files (#552) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fcadb2cf..6313b56c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text eol=lf +* text=auto eol=lf