Skip to content

Commit

Permalink
Merge branch 'defi'
Browse files Browse the repository at this point in the history
  • Loading branch information
6boris committed May 14, 2024
2 parents b070343 + 044f59c commit 6c299c8
Show file tree
Hide file tree
Showing 6 changed files with 495 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
"[toml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"search.exclude": {
"modules": true
},
"npm.exclude": "/foundry/**/lib/**",
// "solidity.formatter": "prettier",
"solidity.formatter": "forge"
"solidity.formatter": "forge",
"solidity.packageDefaultDependenciesContractsDirectory": "contracts",
"solidity.packageDefaultDependenciesDirectory": "modules"
// "editor.defaultFormatter": "esbenp.prettier-vscode",
// "editor.formatOnSave": true
}
Loading

0 comments on commit 6c299c8

Please sign in to comment.