diff --git a/.taplo.toml b/.taplo.toml index fae0c57..48e58d7 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -1,13 +1,12 @@ [formatting] -align_entries = true -column_width = 110 -compact_arrays = false -reorder_inline_tables = false -reorder_keys = true +align_entries = true +column_width = 110 +compact_arrays = false +reorder_keys = true [[rule]] include = [ "**/Cargo.toml" ] -keys = [ "package" ] +keys = [ "package", "workspace.package" ] [rule.formatting] reorder_keys = false