diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index 914d19d6..00000000 --- a/rustfmt.toml +++ /dev/null @@ -1,5 +0,0 @@ -fn_args_layout = "Block" -array_layout = "Block" -where_style = "Rfc" -generics_indent = "Block" -fn_call_style = "Block"