Files
2026-09-11 20:52:51 +00:00

214 B

rustfmt.toml

The default rustfmt.toml for my projects.

# Paste into your rustfmt.toml file
group_imports = "StdExternalCrate"
imports_granularity = "Module"
wrap_comments = true
fn_call_width = 100