The .json files which are lazyjson should have LF line endings

This commit is contained in:
Mark Wiebe 2016-05-22 20:11:51 -07:00
parent 9e49901245
commit 22ae563144

3
.gitattributes vendored
View file

@ -21,6 +21,9 @@ LICENSE text
Makefile text
README text
# Files in the lazyjson format require LF line endings
tests/histories/*.json text eol=lf
# Binary files
*.ico binary
*.gif binary