Skip to content

Commit

Permalink
chore: update vscode project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Mar 18, 2022
1 parent 3b408c7 commit 13b30db
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"editor.tabSize": 2,
"prettier.configPath": ".prettierrc.json",
"typescript.enablePromptUseWorkspaceTsdk": true,
"solidity.compileUsingRemoteVersion": "v0.8.12+commit.f00d7308",
"solidity.defaultCompiler": "remote"
"solidity.compileUsingRemoteVersion": "v0.8.13+commit.abaa5c0e",
"solidity.defaultCompiler": "remote",
"editor.formatOnSave": true,
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 13b30db

Please sign in to comment.