Add prettier-plugin-solidity as default #33
-
I saw that you are using Solhint in the default template, any reason why not add prettier-plugin-solidity pointing to the Solidity contracts too 🤔 |
Beta Was this translation helpful? Give feedback.
Answered by
PaulRBerg
Oct 25, 2023
Replies: 1 comment
-
Hi @Robsonsjre, this is because I am using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Robsonsjre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Robsonsjre, this is because I am using
forge fmt
now. See the config here.