Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Normalize all text to LF in the repo and on checkout so cross-platform builds
# (Windows CI included) stay byte-identical. cargo xtask check-bindings compares
# generated files byte-for-byte, so a CRLF checkout would otherwise read as stale.
* text=auto eol=lf

.gitattributes text eol=lf
CHANGELOG.md text eol=lf
crates/dll-catalog/fallback/manifest.json text eol=lf
Expand Down
2 changes: 0 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ packages:

overrides:
esbuild: 0.28.1
allowBuilds:
esbuild: set this to true or false
Loading