Files
rustfmt.toml/README.md
T
2026-09-11 20:52:51 +00:00

12 lines
214 B
Markdown

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