17 lines
419 B
TOML
17 lines
419 B
TOML
|
unstable_features = true
|
||
|
indent_style = "Block"
|
||
|
imports_indent = "Block"
|
||
|
imports_layout = "HorizontalVertical"
|
||
|
imports_granularity = "Crate"
|
||
|
brace_style = "PreferSameLine"
|
||
|
match_arm_leading_pipes = "Never"
|
||
|
match_arm_blocks = false
|
||
|
condense_wildcard_suffixes = true
|
||
|
overflow_delimited_expr = false
|
||
|
spaces_around_ranges = true
|
||
|
reorder_imports = true
|
||
|
hard_tabs = false
|
||
|
max_width = 130
|
||
|
fn_call_width = 120
|
||
|
chain_width = 90
|