martin/rustfmt.toml
Yuri Astrakhan ad6c5297dd
sort use-statements during fmt ()
This does not force automatic use statement sorting,
but it sorts all them now, and we can manually keep them ordered until
the fmt features becomes stable.
2022-08-06 12:48:10 -04:00

5 lines
213 B
TOML

## These should be enabled in the future, but for now its a manual step to simplify usage.
## Use cargo nightly for these: cargo +nightly fmt
#imports_granularity = "Module"
#group_imports = "StdExternalCrate"