Ensure test data is always checked out with LF line endings (#965)

* Force *.journal line endings to LF
* Force LF line endings for .feature files
This commit is contained in:
Micah Jerome Ellison 2020-05-27 14:08:48 -07:00 committed by GitHub
parent ce0dd6881c
commit ef5f0a8331

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
*.journal text eol=lf
*.feature text eol=lf