mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
Fixup to ba24140
This mainly affects `rustfmt` invoked via `jj fix`.
`cargo +nightly fmt` seems to use the edition from
`Cargo.toml`.
7 lines
170 B
TOML
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"
|