Skip to content

Commit

Permalink
Rollup merge of #83162 - jfrimmel:woff2, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Specify *.woff2 files as binary

This prevents older git versions to change the "line endings".
Fixes #83159.
  • Loading branch information
JohnTitor authored Mar 16, 2021
2 parents 39af66f + ff8717b commit 70bacd6
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
Expand Up @@ -8,6 +8,7 @@
*.mir linguist-language=Rust
src/etc/installer/gfx/* binary
*.woff binary
*.woff2 binary
src/vendor/** -text
Cargo.lock linguist-generated=false

Expand Down

0 comments on commit 70bacd6

Please sign in to comment.