From 99795856af661581460b819158de8fcec99d7593 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Oct 2021 23:55:52 +0200 Subject: [PATCH] Use 2 space tab sizes --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..b196eaa --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +tab_spaces = 2