Skip to content

Commit

Permalink
💄 Format foundry.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed May 21, 2024
1 parent 752c0e1 commit c798bce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## defaults for all profiles
optimiser"version## defaults for all profiles
[profile.default]
test = 'test' # the test directory
out = 'out' # the output directory (for artifacts)
libs = ['lib'] # a list of library directories
test = "test" # the test directory
out = "out" # the output directory (for artifacts)
libs = ["lib"] # a list of library directories
cache = true # whether to cache builds or not
cache_path = 'cache' # where the cache is stored if enabled
solc_version = '0.8.25' # override for the solc version
evm_version = 'shanghai' # set the EVM target version
cache_path = "cache" # where the cache is stored if enabled
solc_version = "0.8.25" # override for the solc version
evm_version = "shanghai" # set the EVM target version
optimizer = true # enable the solc optimiser
optimizer_runs = 999_999 # the number of optimiser runs
verbosity = 3 # the verbosity of tests
Expand Down

0 comments on commit c798bce

Please sign in to comment.