diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000000..7a16c62e5c --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +merge_imports = true +use_field_init_shorthand = true +reorder_imports = true +reorder_modules = true