Rustfmt

Last modified: 14 March 2025

Rustfmt is a formatting tool that enforces the standard Rust-community code style.

Beginning with RustRover 2024.3, Rustfmt becomes the default formatter for whole Rust files and projects; code fragments, groups of files, and directories are still formatted with the built-in IDE formatter. You can disable Rustfmt completely, in which case RustRover will use the built-in formatter for whole Rust files and projects as well.