diff options
author | Henrique Barcelos <16565602+hbarcelos@users.noreply.github.com> | 2023-09-05 19:34:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 18:34:39 +0100 |
commit | 64ddf457e1e95aed1501b6db37181c0e3bfee5e7 (patch) | |
tree | 60f08b59ef30ea4b6da4dde1eba7c037504c25b2 /doc/ale-supported-languages-and-tools.txt | |
parent | 59e455b4d8cf70521fd0f551e91d584294a9af46 (diff) | |
download | ale-64ddf457e1e95aed1501b6db37181c0e3bfee5e7.zip |
Feature: add `forge fmt` as a fixer for Solidity files (#4598)
* feat: add `forge fmt` as a fixer for Solidity
Diffstat (limited to 'doc/ale-supported-languages-and-tools.txt')
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 40c78f76..07ad0a62 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -586,6 +586,7 @@ Notes: * SML * `smlnj` * Solidity + * `forge` * `solc` * `solhint` * `solium` |