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