rust/rustfmt.toml

6 lines
137 B
TOML
Raw Normal View History

2019-12-23 12:56:23 +01:00
version = "Two"
2021-05-16 11:10:27 +02:00
use_small_heuristics = "Max"
2019-12-23 12:56:23 +01:00
match_arm_blocks = false
2021-05-16 11:10:27 +02:00
match_arm_leading_pipes = "Preserve"
2021-07-11 14:18:44 +02:00
force_multiline_blocks = true