23 Zeilen
580 B
TOML
23 Zeilen
580 B
TOML
#binop_separator= "Back"
|
|
#brace_style="SameLineWhere"
|
|
#force_multiline_blocks = true
|
|
#imports_layout = "Vertical"
|
|
array_width = 0
|
|
attr_fn_like_width = 80
|
|
chain_width = 144
|
|
fn_params_layout = "Tall"
|
|
force_explicit_abi = true
|
|
hard_tabs = false
|
|
match_block_trailing_comma = true
|
|
max_width = 240
|
|
merge_derives = true
|
|
newline_style = "Unix"
|
|
remove_nested_parens = true
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
single_line_if_else_max_width = 0
|
|
single_line_let_else_max_width = 0
|
|
tab_spaces = 4
|
|
use_field_init_shorthand = true
|
|
use_small_heuristics = "Off"
|
|
use_try_shorthand = true
|