1
0
Fork 0
mirror of https://github.com/teloxide/teloxide.git synced 2025-01-18 07:10:29 +01:00
teloxide/rustfmt.toml

8 lines
191 B
TOML
Raw Normal View History

2019-09-03 08:36:42 +02:00
format_code_in_doc_comments = true
wrap_comments = true
format_strings = true
2021-02-22 03:14:33 +01:00
imports_granularity = "Crate"
2020-02-18 23:54:41 +01:00
use_small_heuristics = "Max"
use_field_init_shorthand = true
2022-11-07 13:13:29 +01:00
merge_derives = false