chore: configure Taplo
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie17436ede89ec19688abd265908479ec6a6a6964
This commit is contained in:
parent
602cfb68b7
commit
845ddfc8c8
1 changed files with 12 additions and 0 deletions
12
.taplo.toml
Normal file
12
.taplo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[formatting]
|
||||
align_entries = true
|
||||
column_width = 110
|
||||
compact_arrays = false
|
||||
reorder_keys = true
|
||||
|
||||
[[rule]]
|
||||
include = [ "**/Cargo.toml" ]
|
||||
keys = [ "package", "workspace.package" ]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue