From 779863ad213e5b756f6699bff8bf057126ad1904 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Wed, 24 Mar 2021 22:19:13 +0000 Subject: [PATCH] Add .rustfmt.toml --- .rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..5485717 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,2 @@ +hard_tabs = true +use_small_heuristics = "Off"