Files
vtracer/crates/vtracer/rustfmt.toml
T
Chris Tsang f4872fcfe3
Rust / test (push) Has been cancelled
Rust / wasm-safety (core) (push) Has been cancelled
Rust / Node package (push) Has been cancelled
Shield the hand-formatted core crate from stray cargo fmt runs
disable_all_formatting in crates/vtracer/rustfmt.toml makes rustfmt a no-op
for every file under the crate, so an accidental workspace fmt cannot
rewrite it.
2026-07-27 13:45:12 +01:00

3 lines
103 B
TOML

# This crate is hand-formatted; a stray `cargo fmt` must not rewrite it.
disable_all_formatting = true