diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-10-06 22:55:38 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-10-06 23:19:53 +0200 |
| commit | abc8e450f936567ad42cb34b5d2a7941b206aa5d (patch) | |
| tree | 57b8ec55ad4fc9048524f2899b34198c5a8e61df /rustfmt.toml | |
| parent | e2a2bd3c573928208a4c85e7fcd6ad630f23f47d (diff) | |
Edition 2024.
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 2561562fd..3d5eeed93 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 = "2024" |
| 4 | max_width = 120 | 4 | max_width = 120 |
