Skip to content

Commit

Permalink
Update taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Aug 7, 2024
1 parent a56e3ba commit 5d0bfcb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ column_width = 120

[[rule]]
include = ["**/Cargo.toml"]
keys = ["dependencies", "dev-dependencies", "build-dependencies", "features"]
keys = [
"dependencies",
"dev-dependencies",
"build-dependencies",
"features",
"target.*.dependencies",
"target.*.dev-dependencies",
"target.*.build-dependencies",
"workspace.dependencies",
]

[rule.formatting]
reorder_keys = true
array_auto_collapse = false
array_auto_expand = false

0 comments on commit 5d0bfcb

Please sign in to comment.