๐Ÿ“ฆ rust-lang / rust

๐Ÿ“„ rustfmt.toml ยท 8 lines
1
2
3
4
5
6
7
8# Matches rustfmt.toml of rustc
style_edition = "2024"
use_small_heuristics = "Max"
merge_derives = false
group_imports = "StdExternalCrate"
imports_granularity = "Module"
use_field_init_shorthand = true