• echo "*.txt text eol=lf" >> .gitattributes

    joseph-onsip authored and solderzzc committed Oct 7, 2015
    This forces Windows checkouts to keep LF line endings for test files.
    
    https://help.github.com/articles/dealing-with-line-endings/#example
    
    resolves #429