Skip to content

Commit

Permalink
ci: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed May 8, 2024
1 parent 49850e7 commit 930fd76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- name: List versions
run: |
cargo --version
cargo clippy --version
cargo fmt --version
taplo --version
- name: Run taplo
run: taplo format --check --diff
Expand Down
2 changes: 1 addition & 1 deletion .taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
include = ["**/*.toml"]

[rule.formatting]
column_width = 150
reorder_arrays = true
reorder_keys = true
column_width = 150

0 comments on commit 930fd76

Please sign in to comment.