types/.rustfmt.toml

9 lines
225 B
TOML
Raw Normal View History

2020-11-27 17:22:18 +00:00
comment_width = 100
2022-02-18 10:33:16 +00:00
format_code_in_doc_comments = true
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
newline_style = "Unix"
use_field_init_shorthand = true
use_small_heuristics = "Max"
2020-11-27 17:22:18 +00:00
wrap_comments = true