Skip to content

Commit

Permalink
chore: add prettier solidity plugin in yml file
Browse files Browse the repository at this point in the history
chore: remove unnecessary props from settings.json file
  • Loading branch information
ahmedali8 committed Sep 18, 2024
1 parent b881d54 commit b5f5f07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tabWidth: 2
trailingComma: "es5"
plugins:
- "@trivago/prettier-plugin-sort-imports"
- "prettier-plugin-solidity"

overrides:
- files: "*.sol"
Expand Down
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"editor.rulers": [100],
"editor.formatOnSave": true,
"solidity.linter": "solhint",
"solidity.defaultCompiler": "remote",
"solidity.compileUsingRemoteVersion": "v0.8.19",
"solidity.enabledAsYouTypeCompilationErrorCheck": true,
"solidity.validationDelay": 1500,
"solidity.formatter": "prettier",
"[solidity]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit b5f5f07

Please sign in to comment.