teloxide/rustfmt.toml

7 lines
162 B
TOML
Raw Normal View History

2020-08-12 18:39:40 +02:00
format_code_in_doc_comments = true
wrap_comments = true
format_strings = true
2021-02-15 11:46:31 +01:00
imports_granularity = "Crate"
2020-08-12 18:39:40 +02:00
use_field_init_shorthand = true
2022-03-24 17:43:46 +01:00
merge_derives = false