Files
i2p-rs/rustfmt.toml
str4d c41db26959 Use Rust style guide
Enforced via rustfmt configuration given here:
69462616ee/example/rustfmt.toml
2017-04-30 18:20:31 +12:00

8 lines
159 B
TOML

array_layout = "Block"
generics_indent = "Block"
fn_args_layout = "Block"
fn_call_style = "Block"
max_width = 115
where_style = "Rfc"
write_mode = "overwrite"