diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..2544c71 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,6 @@ +match_block_trailing_comma=true +normalize_comments=true +reorder_imports=true +where_layout="Horizontal" +wrap_match_arms=false +