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:
micahellison 2020-05-27 14:08:48 -07:00 committed by GitHub
parent ea14e48759
commit f24cc0eead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored Normal file
View file

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