forked from DustVoice/dotfiles
29 lines
374 B
TOML
29 lines
374 B
TOML
edition = "2021"
|
|
|
|
fn_args_layout = "Tall"
|
|
|
|
force_explicit_abi = true
|
|
|
|
hard_tabs = false
|
|
|
|
match_arm_leading_pipes = "Never"
|
|
|
|
max_width = 100
|
|
|
|
merge_derives = true
|
|
|
|
newline_style = "Auto"
|
|
|
|
remove_nested_parens = true
|
|
|
|
reorder_imports = true
|
|
|
|
reorder_modules = true
|
|
|
|
tab_spaces = 4
|
|
|
|
use_field_init_shorthand = false
|
|
|
|
use_small_heuristics = "Default"
|
|
|
|
use_try_shorthand = false
|