diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..607d5a8 --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,9 @@ +[formatting] +align_entries = true +indent_tables = true +reorder_keys = false + +[[rule]] +include = ["**/Cargo.toml"] +keys = ["dependencies"] +formatting.reorder_keys = true