Skip to main content
Version: 2.18 (deprecated)

rustfmt


Rustfmt-specific options.

Backend: pants.backend.experimental.rust

Config section: [rustfmt]

Basic options

skip

--[no-]rustfmt-skip
PANTS_RUSTFMT_SKIP
pants.toml
[rustfmt]
skip = <bool>
default: False

If true, don't use rustfmt when running pants fmt and pants lint.

Advanced options

None

Deprecated options

None

None