Skip to content

Commit

Permalink
feat: add taplo to config
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Dec 3, 2024
1 parent 71744a3 commit f88307c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ pre-commit:
glob: "*.rs"
run: cargo fmt -- {staged_files} || true
stage_fixed: true
toml:
tags: backend style
glob: "*.toml"
run: yarn run taplo format {staged_files} || true
stage_fixed: true

0 comments on commit f88307c

Please sign in to comment.