From 43b80bdeef1e5fcfb677d8cc4087ca660c08ad96 Mon Sep 17 00:00:00 2001 From: Nyeki <1+nyeki@no-reply@nyeki.dev> Date: Fri, 11 Sep 2026 20:52:51 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c5982f..e48ead0 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ 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 ```