diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-10-11 16:15:24 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-10-14 14:15:46 +0200 |
commit | 4f3452f6f6908424c93dc3b7466d96e458697818 (patch) | |
tree | ed4938407d22e389fea5bbb8ff1694e320474fa7 | |
parent | d3727cd36e7f51b2a41891060daaa89da77b4171 (diff) |
tests: Use the same rustfmt configuration as the parent directory.
This allows us to workaround/fix
https://github.com/rust-lang/rustfmt/issues/3799
-rw-r--r-- | tests/rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustfmt.toml b/tests/rustfmt.toml index e8bb3d9a..2564ccb5 100644 --- a/tests/rustfmt.toml +++ b/tests/rustfmt.toml @@ -1 +1,3 @@ normalize_doc_attributes = true +max_width = 80 +binop_separator = "back" |