add gitattributes to fix line endings on windows bots

This commit is contained in:
Joel Einbinder 2020-01-28 20:19:04 +00:00
parent 3fe4fec11d
commit 6f7229bc6a

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
# .txt files must be lf for golden file tests to work
*.txt eol=lf