Skip to content

Commit

Permalink
Sort keys in toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Nov 16, 2024
1 parent ddd2ca2 commit 3118603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ repos:
hooks:
- id: taplo-format
# See options: https://taplo.tamasfe.dev/configuration/formatter-options.html
args: [--option, "reorder_arrays=true"]
args: [--option, "reorder_arrays=true", --option, "reorder_keys=true"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand Down

0 comments on commit 3118603

Please sign in to comment.