From 2e086800d0f4fd078a0bc3b455982cf0cec32bd5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 1 Feb 2026 18:06:57 +0300 Subject: [PATCH] chore: format TOML with Taplo Signed-off-by: NotAShelf Change-Id: I2ecc8923946ace5288a1c45ca202cb956a6a6964 --- .taplo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .taplo.toml diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..b19e6b9 --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,14 @@ +[formatting] +align_entries = true +column_width = 110 +compact_arrays = false +reorder_inline_tables = false +reorder_keys = true + +[[rule]] +include = [ "**/Cargo.toml" ] +keys = [ "package" ] + +[rule.formatting] +reorder_keys = false +