feat: add "even-better-toml" in VSCode settings

This commit is contained in:
Paul Razvan Berg 2023-01-26 13:19:46 +02:00
parent af8aec11d4
commit 479ef4fbdc
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 3 additions and 0 deletions

View File

@ -2,5 +2,8 @@
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"solidity.formatter": "forge"
}