summaryrefslogtreecommitdiffstats
path: root/rust/vendor/bendy/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/vendor/bendy/rustfmt.toml')
-rw-r--r--rust/vendor/bendy/rustfmt.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/vendor/bendy/rustfmt.toml b/rust/vendor/bendy/rustfmt.toml
new file mode 100644
index 0000000..49e0f5f
--- /dev/null
+++ b/rust/vendor/bendy/rustfmt.toml
@@ -0,0 +1,10 @@
+unstable_features = true
+
+required_version = "1.4.22"
+edition = "2018"
+
+format_code_in_doc_comments = true
+match_block_trailing_comma = true
+merge_imports = true
+reorder_impl_items = true
+use_field_init_shorthand = true