From 845ddfc8c87010f3221cca91161a7ac7cdb2d16b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 23 May 2026 17:48:11 +0300 Subject: [PATCH] chore: configure Taplo Signed-off-by: NotAShelf Change-Id: Ie17436ede89ec19688abd265908479ec6a6a6964 --- .taplo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .taplo.toml diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..48e58d7 --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,12 @@ +[formatting] +align_entries = true +column_width = 110 +compact_arrays = false +reorder_keys = true + +[[rule]] +include = [ "**/Cargo.toml" ] +keys = [ "package", "workspace.package" ] + +[rule.formatting] +reorder_keys = false