Files
aya-mirror/rustfmt.toml
Tamir Duberstein d16e607fd4 rustfmt: group_imports = "StdExternalCrate"
High time we stop debating this; let the robots do the work.
2023-09-27 16:36:03 -04:00

5 lines
113 B
TOML

group_imports = "StdExternalCrate"
imports_granularity = "Crate"
reorder_imports = true
unstable_features = true