From 9d610620616b527625e98e8efd24086e08e02350 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 17 Jun 2024 16:35:40 -0400 Subject: [PATCH] init rustfmt.toml --- .rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..e8782cf --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2021" +imports_granularity = "Crate" +fn_args_layout = "Tall"