16 lines
325 B
TOML
16 lines
325 B
TOML
edition = "2018"
|
|
|
|
fn_args_layout = "Tall"
|
|
force_explicit_abi = true
|
|
hard_tabs = false
|
|
max_width = 100
|
|
merge_derives = true
|
|
newline_style = "Unix"
|
|
remove_nested_parens = true
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
tab_spaces = 2
|
|
use_field_init_shorthand = true
|
|
use_small_heuristics = "Default"
|
|
use_try_shorthand = true
|