From 534d4667d56093b763f08bf77c77c65f2bda9430 Mon Sep 17 00:00:00 2001 From: Morten Enemark Lund Date: Tue, 29 Mar 2016 21:39:04 +0200 Subject: [PATCH] Added git attributes file to ensure that test/histories/*.json files are checked out with lf line-endings even on windows. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b6067207d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +tests/histories/*.json text eol=lf