Skip to content

Commit

Permalink
Rollup merge of rust-lang#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 rust-lang#83159.
  • Loading branch information
Dylan-DPC authored Mar 16, 2021
2 parents 1a513c4 + ff8717b commit 4e39084
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 4e39084

Please sign in to comment.