chore: add formatter configurations
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I77a3420328c523abd700b77c1948d72d6a6a6964
This commit is contained in:
parent
87bdd70b9e
commit
f52a2895de
2 changed files with 39 additions and 0 deletions
13
.taplo.toml
Normal file
13
.taplo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue