adventofcode/rustfmt.toml

24 Zeilen
580 B
TOML

2024-12-16 21:37:17 +01:00
#binop_separator= "Back"
#brace_style="SameLineWhere"
#force_multiline_blocks = true
#imports_layout = "Vertical"
2024-12-15 13:22:03 +01:00
array_width = 0
2024-12-16 21:37:17 +01:00
attr_fn_like_width = 80
chain_width = 144
2024-12-15 13:22:03 +01:00
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
2024-12-16 21:37:17 +01:00
single_line_let_else_max_width = 0
2024-12-15 13:22:03 +01:00
tab_spaces = 4
2024-12-16 21:37:17 +01:00
use_field_init_shorthand = true
use_small_heuristics = "Off"
use_try_shorthand = true