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