From e7ea2481dfaa095900e97c212012c4bf048b082c Mon Sep 17 00:00:00 2001 From: aki Date: Sun, 20 Apr 2025 00:49:28 +0800 Subject: [PATCH] style: Add 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..ec865cf --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +# rustfmt.toml +hard_tabs = false +tab_spaces = 2 \ No newline at end of file