Skip to content

Commit

Permalink
Merge pull request #3 from ronin-chain/chore/config-foundry
Browse files Browse the repository at this point in the history
chore: fix formatter, add local testing profile
  • Loading branch information
nxqbao authored Mar 5, 2024
2 parents b037428 + 0551e05 commit 1e56662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ evm_version = 'shanghai'
line_length = 120
tab_width = 2
bracket_spacing = true
int_types = 'preserve'
multiline_func_header = 'params_first'

[profile.local.fuzz]
runs = 10

[profile.default.fuzz]
runs = 256
Expand Down

0 comments on commit 1e56662

Please sign in to comment.