From f655b133d434a0953958cd9c2541edb9b0699390 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 2 May 2026 00:54:08 +0300 Subject: [PATCH] chore: remove unsupported key from taplo config per schema lint Signed-off-by: NotAShelf Change-Id: Ic8afc6336ee6ef92aead507dd7f7d0806a6a6964 --- .taplo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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