jj/rustfmt.toml
Ilya Grigoriev 6ab106f30b rustfmt.toml: switch to 2024 edition
Fixup to ba24140

This mainly affects `rustfmt` invoked via `jj fix`.
`cargo +nightly fmt` seems to use the edition from
`Cargo.toml`.
2025-07-29 05:50:41 +00:00

7 lines
170 B
TOML

edition = "2024"
max_width = 100
wrap_comments = true
format_strings = true
error_on_line_overflow = true
group_imports = "StdExternalCrate"
imports_granularity = "Item"