mparsed/rustfmt.toml

9 lines
181 B
TOML
Raw Normal View History

2020-06-20 22:50:33 +02:00
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"