Skip to content

Commit

Permalink
chore: vscode settings json (#1071)
Browse files Browse the repository at this point in the history
* chore: remove husky

* chore: vscode settings json

* chore: cleanup
  • Loading branch information
0xrajath authored Feb 7, 2025
1 parent 64c0283 commit 70302f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"solidity.packageDefaultDependenciesContractsDirectory": "src",
"solidity.packageDefaultDependenciesDirectory": "lib",
"editor.formatOnSave": true,
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity"
},
"solidity.formatter": "forge",
"solidity.compileUsingRemoteVersion": "latest"
}

0 comments on commit 70302f0

Please sign in to comment.