Skip to content

Commit

Permalink
chore: setup vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanycw committed Jun 29, 2023
1 parent a69f692 commit feadd86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.formatOnSave": true,
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity"
},
"solidity.formatter": "forge",
"solidity.compileUsingRemoteVersion": "v0.8.17"
}

0 comments on commit feadd86

Please sign in to comment.