Index tests need to be CRLF

This commit is contained in:
Jacob Dufault 2018-01-03 17:19:52 -08:00
parent 7e2c19d792
commit 10c55d9534

3
.gitattributes vendored
View File

@ -4,5 +4,4 @@
*.cc text eol=auto *.cc text eol=auto
# Tests must always be crlf # Tests must always be crlf
full_tests/** text eol=crlf index_tests/** text eol=crlf
tests/** text eol=crlf