1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/brevo synced 2024-05-21 00:13:44 +02:00
brevo/rustfmt.toml

13 lines
333 B
TOML
Raw Permalink Normal View History

2021-06-24 15:57:11 +02:00
unstable_features = true
binop_separator = "Back"
format_code_in_doc_comments = true
format_macro_matchers = true
format_strings = true
imports_layout = "HorizontalVertical"
match_block_trailing_comma = true
merge_imports = true
normalize_comments = true
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true