Skip to content

Commit

Permalink
chore: avoid linefeed errors running on windows (markedjs#2277)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
webstech authored Nov 11, 2021
1 parent c05e577 commit a34e86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* eol=lf
test/* linguist-vendored

0 comments on commit a34e86e

Please sign in to comment.