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