wolves-oxidised/.rustfmt.toml
Brendan Golden 95fe298ae1
git: project setup
Signed-off-by: Brendan Golden <git@brendan.ie>
2024-11-22 23:02:08 +00:00

9 lines
No EOL
239 B
TOML

max_width = 150
single_line_if_else_max_width = 100
chain_width = 100
fn_params_layout = "Compressed"
#control_brace_style = "ClosingNextLine"
#brace_style = "PreferSameLine"
struct_lit_width = 0
tab_spaces = 2
use_small_heuristics = "Max"