adventofcode/rustfmt.toml

18 Zeilen
401 B
TOML

2024-12-15 13:22:03 +01:00
array_width = 0
binop_separator= "Back"
brace_style="SameLineWhere"
chain_width = 240
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