rustfmt

Create a file rustfmt.toml or .rustfmt.toml inside the project directory.

# Put each method in a chain on its own line
chain_width = 0

# Optional: make sure calls break vertically
fn_call_width = 60

# Optional: control general line width
max_width = 100