chore: Add taplo configurations
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
45965d9e57
commit
28c828f06d
1 changed files with 9 additions and 0 deletions
9
taplo.toml
Normal file
9
taplo.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[formatting]
|
||||||
|
align_entries = true
|
||||||
|
indent_tables = true
|
||||||
|
reorder_keys = false
|
||||||
|
|
||||||
|
[[rule]]
|
||||||
|
include = ["**/Cargo.toml"]
|
||||||
|
keys = ["dependencies"]
|
||||||
|
formatting.reorder_keys = true
|
Loading…
Reference in a new issue