1
0
Fork 0
anime-calendar/.rustfmt.toml

18 Zeilen
399 B
TOML

array_width = 0
binop_separator= "Back"
brace_style="SameLineWhere"
chain_width = 0
fn_params_layout = "Tall"
force_explicit_abi = true
hard_tabs = false
imports_layout = "Vertical"
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
tab_spaces = 4