Skip to content

Commit

Permalink
toml: limit lines to 100; add patch section to sort
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Jan 22, 2025
1 parent 1d9828e commit 056c160
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ array_auto_expand = true
allowed_blank_lines = 1

[[rule]]
keys = ["lints.clippy", "dependencies", "dev-dependencies", "build-dependencies", "toolchain", "workspace.dependencies"]
keys = [
"lints.clippy",
"dependencies",
"dev-dependencies",
"build-dependencies",
"toolchain",
"workspace.dependencies",
"patch",
]

[rule.formatting]
reorder_keys = true

0 comments on commit 056c160

Please sign in to comment.