vulkano/.rustfmt.toml
marc0246 00b65b1299
Enforce a consistent comment width (#2444)
* Enforce comment width

* `cargo +nightly fmt`

* Finishing touches
2024-01-05 02:14:49 -06:00

5 lines
92 B
TOML

comment_width = 99
group_imports = "One"
imports_granularity = "Crate"
wrap_comments = true