Update README.md

This commit is contained in:
Nyeki
2026-07-31 19:47:06 +00:00
parent 8927d7b772
commit 941e644566
+7 -1
View File
@@ -1,3 +1,9 @@
# rustfmt.toml # rustfmt.toml
The default rustfmt.toml for my projects. The default rustfmt.toml for my projects.
```toml
# Paste into your rustfmt.toml file
group_imports = "StdExternalCrate"
imports_granularity = "Module"
```