71863753bd
This renames the existing `true`/`false` options to `Crate`/`Never`, then adds a new `Module` option which causes imports to be grouped together by their originating module.
6 lines
144 B
Rust
6 lines
144 B
Rust
// rustfmt-imports_indent: Block
|
|
// rustfmt-imports_granularity: Crate
|
|
// rustfmt-imports_layout: Mixed
|
|
|
|
use std::{fmt, io, str, str::FromStr};
|