Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: fix crate vendor file checksums on windows
  • Loading branch information
legendecas committed Jan 9, 2026
commit 0b0f43ef72cc18977b13a41fc4970c720d2cdfb6
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
test/fixtures/* -text
vcbuild.bat text eol=crlf
# disable eol conversion in vendored files.
deps/crates/vendor/**/* -text
deps/npm/bin/npm text eol=lf
deps/npm/bin/npx text eol=lf
deps/corepack/shims/corepack text eol=lf
Expand Down
Loading