teloxide/rustfmt.toml

7 lines
169 B
TOML
Raw Normal View History

2019-09-03 12:36:42 +06:00
format_code_in_doc_comments = true
wrap_comments = true
format_strings = true
2021-02-22 08:14:33 +06:00
imports_granularity = "Crate"
2020-02-19 04:54:41 +06:00
use_small_heuristics = "Max"
use_field_init_shorthand = true