diff options
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 592ad27ff..2561562fd 100644 --- a/rustfmt.toml +++ b/rustfmt.toml | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | group_imports = "StdExternalCrate" | 1 | group_imports = "StdExternalCrate" |
| 2 | imports_granularity = "Module" | 2 | imports_granularity = "Module" |
| 3 | edition = "2021" | 3 | edition = "2021" |
| 4 | max_width=120 | 4 | max_width = 120 |
