Skip to content

Commit

Permalink
taplo: don't align [package] entries
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Aug 16, 2024
1 parent 89779ab commit 639a977
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ exclude = [
]

[[rule]]
include = ["taplo.toml"]

[rule.formatting]
align_entries = true
Expand All @@ -18,7 +17,6 @@ keys = ["dependencies", "*-dependencies", "workspace"]

[rule.formatting]
reorder_keys = true
align_entries = true
align_comments = true
array_auto_expand = false

Expand All @@ -28,5 +26,4 @@ keys = ["package", "workspace.package"]

[rule.formatting]
reorder_keys = false
align_entries = true
align_comments = true

0 comments on commit 639a977

Please sign in to comment.