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