chore: format TOML with Taplo

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2ecc8923946ace5288a1c45ca202cb956a6a6964
This commit is contained in:
raf 2026-02-01 18:06:57 +03:00
commit 2e086800d0
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

14
.taplo.toml Normal file
View file

@ -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