From 5d0bfcb0354b36e2c8ea0b777a55d7fe8d702955 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Wed, 7 Aug 2024 00:19:31 -0300 Subject: [PATCH] Update taplo --- taplo.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/taplo.toml b/taplo.toml index ebe40b3..e9815ec 100644 --- a/taplo.toml +++ b/taplo.toml @@ -10,9 +10,17 @@ column_width = 120 [[rule]] include = ["**/Cargo.toml"] -keys = ["dependencies", "dev-dependencies", "build-dependencies", "features"] +keys = [ + "dependencies", + "dev-dependencies", + "build-dependencies", + "features", + "target.*.dependencies", + "target.*.dev-dependencies", + "target.*.build-dependencies", + "workspace.dependencies", +] [rule.formatting] reorder_keys = true array_auto_collapse = false -array_auto_expand = false