mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-17 16:29:50 +00:00
chore: format TOML with Taplo
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib61fdef073b19987bbca294e984054a96a6a6964
This commit is contained in:
parent
c26a0d90a2
commit
cded6ee1c9
1 changed files with 14 additions and 0 deletions
14
.taplo.toml
Normal file
14
.taplo.toml
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue