Skip to content

Commit

Permalink
chore(vscode): update Solidity formatter and package defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
3esmit committed Sep 12, 2024
1 parent 2e46fee commit 830969d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"[solidity]": {
"editor.defaultFormatter": "NomicFoundation.hardhat-solidity"
"editor.defaultFormatter": "JuanBlanco.solidity"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"npm.exclude": "**/lib/**",
"solidity.packageDefaultDependenciesContractsDirectory": "src",
"solidity.packageDefaultDependenciesDirectory": "lib",
"solidity.compileUsingRemoteVersion": "v0.8.19",
"solidity.formatter": "forge"
}

0 comments on commit 830969d

Please sign in to comment.