Skip to content

Commit

Permalink
Configure to sort more dependencies at taplo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed May 21, 2024
1 parent 7224fd9 commit 7fddf3c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ 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
Expand Down

0 comments on commit 7fddf3c

Please sign in to comment.