album/rustfmt.toml

10 lines
178 B
TOML
Raw Normal View History

max_width = 79
2016-05-04 14:16:20 +03:00
chain_one_line_max = 78
reorder_imported_names = true
2016-05-11 19:15:00 +03:00
reorder_imports = true
report_fixme = "Always"
struct_lit_width = 76
fn_call_width = 72
write_mode = "Diff"