2021-03-05 19:12:59 +01:00
|
|
|
# Matches rustfmt.toml of rustc
|
2025-02-15 14:13:01 +00:00
|
|
|
style_edition = "2024"
|
2021-03-05 19:12:59 +01:00
|
|
|
use_small_heuristics = "Max"
|
|
|
|
merge_derives = false
|
2024-06-13 09:16:09 +10:00
|
|
|
group_imports = "StdExternalCrate"
|
|
|
|
imports_granularity = "Module"
|
2025-02-15 14:13:01 +00:00
|
|
|
use_field_init_shorthand = true
|