chore: avoid linefeed errors running on windows (#2277)

Some tests fail on windows due to `\r\n` vs `\n`:
code_compensation_indent
code_consistent_newline
whiltespace_lines (sic)

Updated .gitattributes to preserve the `eol` value.

Signed-off-by: Chris. Webster <chris@webstech.net>
pull/2027/head
Chris. Webster 2021-11-11 06:06:54 -08:00 committed by GitHub
parent c05e577eb4
commit a34e86ed59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
* eol=lf
test/* linguist-vendored