From 938413509f09508dda94c72589fc6ed8d7eb0038 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 20 Jun 2024 03:35:11 -0400 Subject: [PATCH] update rustfmt --- rustfmt.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..497b461 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +version = "Two" +edition = "2021" +error_on_unformatted = true +imports_granularity = "Module" +fn_args_layout = "Tall"