-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfoundry.toml
More file actions
30 lines (26 loc) · 763 Bytes
/
foundry.toml
File metadata and controls
30 lines (26 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
gas_reports_ignore = ["test", "script"]
fs_permissions = [{ access = "read", path = "./" }]
remappings = [
"forge-std/=lib/forge-std/src/",
"@openzeppelin/=lib/openzeppelin-contracts/contracts/",
"@solmate/=lib/solmate/src/",
"@prb-math/=lib/prb-math/src/",
"abdk-math/=lib/abdk-libraries-solidity/",
"bytes-utils/=lib/solidity-bytes-utils/contracts/"
]
solc = "0.8.29"
optimizer = true
optimizer_runs = 10000
[fmt]
tab_width = 4
line_length = 120
bracket_spacing = true
int_types = "long"
quote_style = "double"
wrap_comments = true
number_underscore = "thousands"
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options