diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..48e58d7 --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,12 @@ +[formatting] +align_entries = true +column_width = 110 +compact_arrays = false +reorder_keys = true + +[[rule]] +include = [ "**/Cargo.toml" ] +keys = [ "package", "workspace.package" ] + +[rule.formatting] +reorder_keys = false