teloxide/rustfmt.toml

7 lines
162 B
TOML
Raw Normal View History

2020-08-12 19:39:40 +03:00
format_code_in_doc_comments = true
wrap_comments = true
format_strings = true
2021-02-15 16:46:31 +06:00
imports_granularity = "Crate"
2020-08-12 19:39:40 +03:00
use_field_init_shorthand = true
2022-03-24 20:43:46 +04:00
merge_derives = false