mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

configure rust fmt to multiline method chains #465

Open mcandre opened 1 year ago

mcandre commented 1 year ago

See about cargo fmt having an option, which forces method call chains of two or more methods, onto separate lines per method, regardless of column width.

This increases readability, compared with inline, paragraph style method chaining.