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.
7 lines
153 B
Rust
7 lines
153 B
Rust
// rustfmt-imports_indent: Block
|
|
// rustfmt-imports_granularity: Crate
|
|
// rustfmt-imports_layout: Mixed
|
|
|
|
use std::{fmt, io, str};
|
|
use std::str::FromStr;
|