From 13f08b3f9ed05ba6470ee8c50f21e5804e445032 Mon Sep 17 00:00:00 2001 From: Andrew Dirksen Date: Tue, 13 Nov 2018 16:33:52 -0800 Subject: [PATCH] add rustfmt.toml with hard_tabs to match .editorconfig --- 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..f176d21 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +# Using hard tabs because that's what .editorconfig calls for. +# Note, hard tabs is normally false. This is a non-standard setup. +hard_tabs=true +tab_spaces=4