room4doom/.rustfmt.toml

8 lines
169 B
TOML

max_width = 100
imports_granularity = "Crate"
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
remove_nested_parens = true
edition = "2021"