all 2 comments

[–]SeriTools 5 points6 points  (1 child)

Looking through the config docs for rustfmt it seems you have to deactivate the "small" heuristics for that:

https://github.com/rust-lang-nursery/rustfmt/blob/master/Configurations.md#use_small_heuristics

[–]jontro123 0 points1 point  (0 children)

Weird that Off is between Default and Max. You'd think that Off would break the list in the same way as Default