Skip to content

Commit

Permalink
🔧 foundry: setup fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 16, 2023
1 parent 918cbee commit 1bced03
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 @@ -11,6 +11,11 @@ cache_path = "cache/foundry"
fs_permissions = [{ access = "read", path = "./deployments" }]
verbosity = 3

[fmt]
tab_width = 2
bracket_spacing = true
number_underscore = "thousands"

[profile.production.fuzz]
runs = 66_666

Expand Down

0 comments on commit 1bced03

Please sign in to comment.