cleaned up
This commit is contained in:
parent
010bb99c9b
commit
88b22b4e77
5 changed files with 35 additions and 61 deletions
11
.rustfmt.toml
Normal file
11
.rustfmt.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
unstable_features = true
|
||||
|
||||
max_width = 120
|
||||
fn_params_layout = "Compressed"
|
||||
fn_single_line = true
|
||||
fn_call_width = 120
|
||||
where_single_line = true
|
||||
brace_style = "PreferSameLine"
|
||||
blank_lines_upper_bound = 5
|
||||
combine_control_expr = false
|
||||
wrap_comments = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue