Files
rustfmt.toml/README.md
T
2026-07-31 19:47:06 +00:00

10 lines
173 B
Markdown

# rustfmt.toml
The default rustfmt.toml for my projects.
```toml
# Paste into your rustfmt.toml file
group_imports = "StdExternalCrate"
imports_granularity = "Module"
```