Update README.md

This commit is contained in:
2026-09-11 20:52:51 +00:00
parent 941e644566
commit 43b80bdeef
+2
View File
@@ -6,4 +6,6 @@ The default rustfmt.toml for my projects.
# Paste into your rustfmt.toml file # Paste into your rustfmt.toml file
group_imports = "StdExternalCrate" group_imports = "StdExternalCrate"
imports_granularity = "Module" imports_granularity = "Module"
wrap_comments = true
fn_call_width = 100
``` ```