diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..67befda --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,9 @@ +chain_split_single_child = true +closure_block_indent_threshold = 1 +wrap_comments = true +control_brace_style = "ClosingNextLine" +max_width = 80 +reorder_imported_names = true +reorder_imports = true +reorder_imports_in_group = true +use_try_shorthand = true \ No newline at end of file