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:
Kayshen-X 2026-05-09 20:59:24 +08:00
parent 250a6e4d69
commit 795127553d

View file

@ -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/