chore: remove unsupported key from taplo config per schema lint
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ic8afc6336ee6ef92aead507dd7f7d0806a6a6964
This commit is contained in:
parent
422da994d2
commit
f655b133d4
1 changed files with 5 additions and 6 deletions
11
.taplo.toml
11
.taplo.toml
|
|
@ -1,13 +1,12 @@
|
|||
[formatting]
|
||||
align_entries = true
|
||||
column_width = 110
|
||||
compact_arrays = false
|
||||
reorder_inline_tables = false
|
||||
reorder_keys = true
|
||||
align_entries = true
|
||||
column_width = 110
|
||||
compact_arrays = false
|
||||
reorder_keys = true
|
||||
|
||||
[[rule]]
|
||||
include = [ "**/Cargo.toml" ]
|
||||
keys = [ "package" ]
|
||||
keys = [ "package", "workspace.package" ]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue