rust/rustfmt.toml
Caleb Cartwright c2c9be5b2d feat: implement Style Edition support
Adds the 'style_edition' configuration option along with
documentation, 'version' option deprecation, and mapping
of 'edition' and 'version' values for backwards compatibility
and adherence to the style evolution RFC
2024-07-28 19:37:36 -05:00

4 lines
81 B
TOML

error_on_line_overflow = true
error_on_unformatted = true
style_edition = "2024"