From 9c7d91c67fcf8acc6670f199e66d26ed2726469c Mon Sep 17 00:00:00 2001 From: Wojciech Nawrocki Date: Wed, 12 Aug 2020 18:47:30 +0200 Subject: [PATCH] fix: don't normalize line endings but still diff --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 537c1036df..e5e85490a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -*.expected.out binary +*.expected.out -text doc/changes.md merge=union