From 10c55d9534bd60a767caed674c83b9b28de49ef2 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Wed, 3 Jan 2018 17:19:52 -0800 Subject: [PATCH] Index tests need to be CRLF --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1f582067..5fa46b3e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,4 @@ *.cc text eol=auto # Tests must always be crlf -full_tests/** text eol=crlf -tests/** text eol=crlf +index_tests/** text eol=crlf