Skip to content

Commit

Permalink
Add .gitattributes file
Browse files Browse the repository at this point in the history
This makes sure the contents of tests/data/ folder does not go through
newline conversion, which breaks tests that rely on some files having LF
and some files having CR+LF.

Fixes #222.
  • Loading branch information
zeux committed Jul 24, 2018
1 parent 699143c commit f3139f4
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
@@ -0,0 +1 @@
tests/data/* -text

1 comment on commit f3139f4

@emmenlau
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.