7 lines
205 B
TOML
7 lines
205 B
TOML
# matches that of rust-lang/rust
|
|
style_edition = "2024"
|
|
use_small_heuristics = "Max"
|
|
merge_derives = false
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Module"
|
|
use_field_init_shorthand = true
|