teloxide/rustfmt.toml

8 lines
184 B
TOML
Raw Normal View History

2020-07-24 19:36:22 +06:00
format_code_in_doc_comments = true
wrap_comments = true
format_strings = true
max_width = 80
2021-03-06 03:07:35 +06:00
imports_granularity = "Crate"
2020-07-24 19:36:22 +06:00
use_small_heuristics = "Max"
use_field_init_shorthand = true