move formatting options to [fmt] to actual have them applied
Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
parent
69badb2526
commit
ca182602b0
10
foundry.toml
10
foundry.toml
@ -4,6 +4,9 @@ src = 'src'
|
|||||||
out = 'out'
|
out = 'out'
|
||||||
libs = ["node_modules", "lib"]
|
libs = ["node_modules", "lib"]
|
||||||
|
|
||||||
|
# Tests
|
||||||
|
verbosity = 2
|
||||||
|
|
||||||
# Compiler
|
# Compiler
|
||||||
auto_detect_solc = true
|
auto_detect_solc = true
|
||||||
via_ir = true
|
via_ir = true
|
||||||
@ -12,12 +15,11 @@ optimizer-runs = 1
|
|||||||
|
|
||||||
# Network
|
# Network
|
||||||
chain_id = 1
|
chain_id = 1
|
||||||
rpc_endpoints = { mainnet = "${MAINNET_RPC_URL}" }
|
|
||||||
|
|
||||||
# Tests
|
[rpc_endpoints]
|
||||||
verbosity = 2
|
mainnet = "${MAINNET_RPC_URL}"
|
||||||
|
|
||||||
# Formatting
|
[fmt]
|
||||||
line_length = 110
|
line_length = 110
|
||||||
number_underscore = 'thousands'
|
number_underscore = 'thousands'
|
||||||
bracket_spacing = true
|
bracket_spacing = true
|
Loading…
Reference in New Issue
Block a user