From 3eaa7041f2f1a542c469d178e2b086c62f17adc9 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Mon, 28 Oct 2024 18:51:26 +0900 Subject: [PATCH] add rustfmt.toml --- .rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..ce003c8 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,4 @@ +edition = "2021" +newline_style = "Unix" +tab_spaces = 2 +max_width = 130