chore(format): exclude vendor/skia-safe-op from prettier
The pre-commit hook runs `bun run format` (prettier via oxfmt) on
every staged commit; without a prettierignore entry the hook keeps
reformatting the upstream-original Cargo.toml / Cargo.toml.orig
files inside vendor/skia-safe-op/{skia-bindings,skia-safe}/ to use
2-space indent + flow-style author arrays — drift against the
crates.io tarball form that we want to preserve so the diff against
upstream rust-skia stays minimal and auditable.
Same treatment vendor/agent/ and vendor/jian/ already get.
This commit is contained in:
parent
250a6e4d69
commit
795127553d
|
|
@ -4,6 +4,9 @@
|
|||
packages/agent-native/
|
||||
vendor/agent/
|
||||
vendor/jian/
|
||||
# Vendored fork of rust-skia — keep upstream Cargo.toml / .orig formatting
|
||||
# byte-identical so the diff against upstream stays minimal.
|
||||
vendor/skia-safe-op/
|
||||
|
||||
# Rust build artifacts
|
||||
target/
|
||||
|
|
|
|||
Loading…
Reference in a new issue