Skip to content

Commit

Permalink
add the solidity plugin to the prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Jul 9, 2024
1 parent 2ed51dd commit 4a7aed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"semi": true,
"trailingComma": "es5"
"trailingComma": "es5",
"plugins": ["prettier-plugin-solidity"]
}

0 comments on commit 4a7aed0

Please sign in to comment.