# Ensure consistent LF line endings across platforms.
# See https://help.github.com/articles/dealing-with-line-endings/

* text=auto

# Test/fixture data must be LF unless defined otherwise
*.feature       text eol=lf
*.feature.md    text eol=lf
*.tokens        text eol=lf

# Defined otherwise:
*.crlf.feature  text eol=crlf
