From 4820ef83be639e5c3db54ff20b7f5748c4b18c85 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 24 Jun 2019 17:07:41 +0900 Subject: [PATCH] Prevent CRLF conversion on Windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3ff2dd9c7b3..d6e50a67aa8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +* text=auto eol=lf tests/* linguist-vendored