From 941e6445668f9faa5b03483a1be476f1599cb6f8 Mon Sep 17 00:00:00 2001 From: Nyeki Date: Fri, 31 Jul 2026 19:47:06 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b95197..7c5982f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # rustfmt.toml -The default rustfmt.toml for my projects. \ No newline at end of file +The default rustfmt.toml for my projects. + +```toml +# Paste into your rustfmt.toml file +group_imports = "StdExternalCrate" +imports_granularity = "Module" +```