Skip to content

Commit

Permalink
chore(evm): change forge fmt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia committed Aug 29, 2024
1 parent 0e1a04e commit 867c48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pre-commit:
run: ./node_modules/@biomejs/biome/bin/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again
forge:
glob: "packages/evm/**/*"
run: forge fmt packages/evm
run: forge fmt packages/evm/contracts && forge fmt packages/evm/test

commit-msg:
scripts:
Expand Down

0 comments on commit 867c48d

Please sign in to comment.