mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-26 05:51:21 -07:00
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.
3 lines
103 B
TOML
3 lines
103 B
TOML
# This crate is hand-formatted; a stray `cargo fmt` must not rewrite it.
|
|
disable_all_formatting = true
|