album/rustfmt.toml
Rasmus Kaj d41b22b4b8 Update and reenable rustfmt.
Update code format to the new recommended style.
2017-11-08 21:55:12 +01:00

10 lines
178 B
TOML

max_width = 79
chain_one_line_max = 78
reorder_imported_names = true
reorder_imports = true
report_fixme = "Always"
struct_lit_width = 76
fn_call_width = 72
write_mode = "Diff"