mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-15 10:04:18 +00:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"[solidity]": {
|
|
"editor.defaultFormatter": "NomicFoundation.hardhat-solidity"
|
|
},
|
|
"[toml]": {
|
|
"editor.defaultFormatter": "tamasfe.even-better-toml"
|
|
},
|
|
"solidity.formatter": "forge"
|
|
}
|