Skip to content

Commit

Permalink
fmt taplo config too
Browse files Browse the repository at this point in the history
  • Loading branch information
asmello committed Oct 20, 2024
1 parent 79480fd commit a268939
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .taplo.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
include = ["**/*.toml", "**/Cargo.toml", "Cargo.toml"]
[formatting]
align_comments = true
align_entries = true
allowed_blank_lines = 1
indent_entries = false
reorder_arrays = false
reorder_keys = true
trailing_newline = true
align_comments = true
align_entries = true
allowed_blank_lines = 1
indent_entries = false
reorder_arrays = false
reorder_keys = true
trailing_newline = true

[[rule]]
formatting.align_entries = true
formatting.array_auto_expand = false
formatting.reorder_arrays = true
formatting.reorder_keys = true
include = ["Cargo.toml", "**/Cargo.toml"]
keys = [
"dependencies",
"dev-dependencies",
"build-dependencies",
"workspace.dependencies",
"workspace.dev-dependencies",
"workspace.build-dependencies",
]
formatting.align_entries = true
formatting.array_auto_expand = false
formatting.reorder_arrays = true
formatting.reorder_keys = true
include = ["Cargo.toml", "**/Cargo.toml"]
keys = [
"dependencies",
"dev-dependencies",
"build-dependencies",
"workspace.dependencies",
"workspace.dev-dependencies",
"workspace.build-dependencies",
]

0 comments on commit a268939

Please sign in to comment.