diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..8dc8e61a --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +unstable_features = true +indent_style = "Block" +where_single_line = true \ No newline at end of file