mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-03 14:02:54 +08:00
Fixup to ba24140
This mainly affects `rustfmt` invoked via `jj fix`.
`cargo +nightly fmt` seems to use the edition from
`Cargo.toml`.
8 lines
170 B
TOML
8 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"
|