rust/rustfmt.toml

6 lines
137 B
TOML
Raw Normal View History

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