Browse Source

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>
Chris. Webster 3 năm trước cách đây
mục cha
commit
a34e86ed59
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

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