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