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