Skip to content

Commit

Permalink
Merge pull request #17 from charmverse/buildernft-season-02
Browse files Browse the repository at this point in the history
Buildernft season 02
  • Loading branch information
motechFR authored Nov 14, 2024
2 parents 6e9c7e8 + 7b1cbc4 commit c326243
Show file tree
Hide file tree
Showing 21 changed files with 2,185 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"source.organizeImports": "never"
}
},
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity", // Ensure you have this extension installed
"editor.tabSize": 2,
"editor.formatOnSave": true
},
"solidity.compileUsingRemoteVersion": "v0.8.26+commit.8a97fa7a",
"solidity.packageDefaultDependenciesDirectory": "node_modules"
}
Loading

0 comments on commit c326243

Please sign in to comment.