diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..0dc5737 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +max_width = 79 +reorder_imports = true +fn_args_density = "Compressed" +