summaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2020-09-14 11:54:07 -0230
committerTim Oram <dev@mitmaro.ca>2020-09-14 13:29:10 -0230
commitf002acd5be7d8c3c619d7f65d09e98d0c9ee6f4f (patch)
tree794f21fb20d75dce113ccb0552cebf9f18732aa8 /.rustfmt.toml
parent1cee3d3d2e3f5a5a3ef6924143274bf4ebf5b4fa (diff)
Refactor data render tests
The render tests for the confirm abort/rebase modules required too much knowledge of how the Curses interface rendered data. This resulted in fragile tests that would break if the underlying curses interface changed. This updates those tests to instead test against a test render output that has no dependency on Curses.
Diffstat (limited to '.rustfmt.toml')
-rw-r--r--.rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml
index 4696eba..1de37db 100644
--- a/.rustfmt.toml
+++ b/.rustfmt.toml
@@ -16,7 +16,7 @@ fn_single_line = false
where_single_line = true
force_explicit_abi = true
format_strings = true
-format_macro_matchers = true
+format_macro_matchers = false
format_macro_bodies = true
hard_tabs = true
imports_indent = "Block"