8e10064364
Includes a few manual changes to make rustfmt behave a bit better.
8 lines
225 B
TOML
8 lines
225 B
TOML
comment_width = 100
|
|
format_code_in_doc_comments = true
|
|
imports_granularity = "Crate"
|
|
group_imports = "StdExternalCrate"
|
|
newline_style = "Unix"
|
|
use_field_init_shorthand = true
|
|
use_small_heuristics = "Max"
|
|
wrap_comments = true
|