Skip to content

Commit

Permalink
Disable EOL conversion for all of WPT
Browse files Browse the repository at this point in the history
In various tests, we expect files to be byte-for-byte identical to
what git stores, and therefore we cannot apply any conversion that
core.autocrlf or core.eol would apply.
  • Loading branch information
gsnedders committed May 22, 2019
1 parent e4a1891 commit 2aef503
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 @@
* -text

0 comments on commit 2aef503

Please sign in to comment.