chore: set up taplo; format TOML files

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I476156f5f0fa069135862cfac6cafdc46a6a6964
This commit is contained in:
raf 2026-05-11 12:38:50 +03:00
commit ce55a66e9c
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 96 additions and 91 deletions

13
.taplo.toml Normal file
View file

@ -0,0 +1,13 @@
[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