cleaned up

This commit is contained in:
gyoder 2025-07-05 16:17:58 -06:00
parent 010bb99c9b
commit 88b22b4e77
5 changed files with 35 additions and 61 deletions

11
.rustfmt.toml Normal file
View file

@ -0,0 +1,11 @@
unstable_features = true
max_width = 120
fn_params_layout = "Compressed"
fn_single_line = true
fn_call_width = 120
where_single_line = true
brace_style = "PreferSameLine"
blank_lines_upper_bound = 5
combine_control_expr = false
wrap_comments = false