jj/rustfmt.toml
Martin von Zweigbergk a7f4f4cf5b rustfmt: configure to merge imports by module
Perhaps we should even set the config to "Item" to reduce merge conflicts.
2021-03-14 10:53:14 -07:00

6 lines
133 B
TOML

max_width = 100
wrap_comments = true
error_on_line_overflow = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"