1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 14:59:06 +00:00
trezor-firmware/rust/trezor-client/rustfmt.toml

12 lines
271 B
TOML
Raw Normal View History

2023-06-05 05:50:39 +00:00
reorder_imports = true
imports_granularity = "Crate"
use_small_heuristics = "Max"
comment_width = 100
wrap_comments = true
binop_separator = "Back"
trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
ignore = ["src/protos/messages_*"]