mparsed/rustfmt.toml
2020-06-20 22:50:33 +02:00

9 lines
181 B
TOML

newline_style = "Unix"
max_width = 140
tab_spaces = 2
imports_layout = "Horizontal"
merge_imports = true
struct_field_align_threshold = 25
where_single_line = true
edition = "2018"