proposal-template/foundry.toml
AlienTornadosaurusHex ca182602b0 move formatting options to [fmt] to actual have them applied
Signed-off-by: AlienTornadosaurusHex <>
2023-06-04 01:39:58 +00:00

25 lines
344 B
TOML

[profile.default]
# General
src = 'src'
out = 'out'
libs = ["node_modules", "lib"]
# Tests
verbosity = 2
# Compiler
auto_detect_solc = true
via_ir = true
optimizer = true
optimizer-runs = 1
# Network
chain_id = 1
[rpc_endpoints]
mainnet = "${MAINNET_RPC_URL}"
[fmt]
line_length = 110
number_underscore = 'thousands'
bracket_spacing = true