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 ```