Skip to content

Commit 70bacd6

Browse files
authored
Rollup merge of #83162 - jfrimmel:woff2, r=Mark-Simulacrum
Specify *.woff2 files as binary This prevents older git versions to change the "line endings". Fixes #83159.
2 parents 39af66f + ff8717b commit 70bacd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*.mir linguist-language=Rust
99
src/etc/installer/gfx/* binary
1010
*.woff binary
11+
*.woff2 binary
1112
src/vendor/** -text
1213
Cargo.lock linguist-generated=false
1314

0 commit comments

Comments
 (0)