typst/rustfmt.toml

7 lines
137 B
TOML
Raw Normal View History

2022-11-04 08:30:44 +00:00
use_small_heuristics = "Max"
max_width = 90
chain_width = 70
2022-11-04 08:30:44 +00:00
struct_lit_width = 50
use_field_init_shorthand = true
merge_derives = false