Feature: add forge fmt as a fixer for Solidity files (#4598)

* feat: add `forge fmt` as a fixer for Solidity
This commit is contained in:
Henrique Barcelos
2023-09-05 19:34:39 +02:00
committed by GitHub
parent 59e455b4d8
commit 64ddf457e1
7 changed files with 43 additions and 0 deletions

View File

@@ -595,6 +595,7 @@ formatting.
* SML
* [smlnj](http://www.smlnj.org/)
* Solidity
* [forge](https://github.com/foundry-rs/forge)
* [solc](https://solidity.readthedocs.io/)
* [solhint](https://github.com/protofire/solhint)
* [solium](https://github.com/duaraghav8/Solium)