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.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.txt')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index e73abc99..9cec0fbe 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3326,6 +3326,7 @@ documented in additional help files. solc..................................|ale-solidity-solc| solhint...............................|ale-solidity-solhint| solium................................|ale-solidity-solium| + forge.................................|ale-solidity-forge| spec....................................|ale-spec-options| rpmlint...............................|ale-spec-rpmlint| sql.....................................|ale-sql-options| |