You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
460 B
14 lines
460 B
edition = "2018" |
|
fn_args_layout = "Compressed" |
|
force_explicit_abi = true |
|
hard_tabs = true |
|
match_arm_leading_pipes = "Always" |
|
max_width = 79 |
|
merge_derives = true |
|
newline_style = "Unix" |
|
remove_nested_parens = true |
|
reorder_imports = true |
|
reorder_modules = true |
|
tab_spaces = 3 |
|
use_field_init_shorthand = true |
|
use_small_heuristics = "Max"
|
|
|