From cded6ee1c9cb6e4b2b6b380941edf7fdbc1e243b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 29 Mar 2026 20:52:25 +0300 Subject: [PATCH] chore: format TOML with Taplo Signed-off-by: NotAShelf Change-Id: Ib61fdef073b19987bbca294e984054a96a6a6964 --- .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 00000000..c39d78bc --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,14 @@ +#:tombi schema.strict = false +[formatting] +align_entries = true +column_width = 110 +compact_arrays = false +reorder_inline_tables = false +reorder_keys = true + +[[rule]] +include = [ "**/Cargo.toml" ] +keys = [ "workspace.package" ] + +[rule.formatting] +reorder_keys = false