diff options
| author | Alex Macleod <alex@macleod.io> | 2023-07-03 17:42:48 +0000 |
|---|---|---|
| committer | Alex Macleod <alex@macleod.io> | 2023-07-13 12:44:57 +0000 |
| commit | 2811effe3478a3ce7d1bdde936c6ca8fb08de326 (patch) | |
| tree | 2fae46cd196f04c8cbbdb7ab6cc92ca183514372 /rustfmt.toml | |
| parent | 631faa1bc7601b31f6256693558eea967515a5cf (diff) | |
Add `imports_granularity = "Module"` to rustfmt.toml
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 18b2a33469d..4248f42f654 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -4,5 +4,6 @@ match_block_trailing_comma = true wrap_comments = true edition = "2021" error_on_line_overflow = true +imports_granularity = "Module" version = "Two" ignore = ["tests/ui/crashes/ice-10912.rs"] |
