mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
12 lines
271 B
TOML
12 lines
271 B
TOML
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_*"]
|