Added git attributes file to ensure that test/histories/*.json files are checked out with lf line-endings even on windows.

This commit is contained in:
Morten Enemark Lund 2016-03-29 21:39:04 +02:00
parent 58e5ff61d5
commit 534d4667d5

4
.gitattributes vendored Normal file
View file

@ -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