From 26246baf029bee861cb7a4f268e4c7428c63dba7 Mon Sep 17 00:00:00 2001 From: Atropa-Solanaceae <89823371+Atropa-Solanaceae@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:53:10 -0500 Subject: [PATCH] cleanup standards --- rustfmt.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 6f2e075..a267004 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1,11 @@ -tab_spaces = 2 \ No newline at end of file +edition = "2021" +max_width = 100 +use_small_heuristics = "Max" +struct_field_align_threshold = 3 +reorder_imports = true +group_imports = "Preserve" +format_macro_bang = true +allow_comments = true +format_panic_macro = true +hard_tabs = true +tab_spaces = 4 \ No newline at end of file