Add rustfmt.toml for longer lines
parent
3dfcc6fad7
commit
16d7fa55e5
@ -0,0 +1,7 @@
|
||||
newline_style = "Unix"
|
||||
max_width = 140
|
||||
imports_layout = "Horizontal"
|
||||
merge_imports = true
|
||||
struct_field_align_threshold = 25
|
||||
where_single_line = true
|
||||
edition = "2018"
|
Loading…
Reference in new issue