Checkout files with LF line endings

Running test suite will reset line endings to LF, so it they are checked out as CRLF it'll mark the files as dirty.
This commit is contained in:
Vadim Petrochenkov 2020-10-02 21:35:11 +03:00 committed by Emilio Cobos Álvarez
parent d1d97d4482
commit f4b26fef2a

3
.gitattributes vendored Normal file

@ -0,0 +1,3 @@
# Running test suite will update test expectations to use LF line endings,
# so they need to be checked out using LF as well.
* text=auto eol=lf