summaryrefslogtreecommitdiff
path: root/doc/ale-solidity.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-solidity.txt')
-rw-r--r--doc/ale-solidity.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-solidity.txt b/doc/ale-solidity.txt
index c4d2f02f..6cf97344 100644
--- a/doc/ale-solidity.txt
+++ b/doc/ale-solidity.txt
@@ -36,6 +36,15 @@ solium *ale-solidity-solium*
See the corresponding solium usage for detailed instructions
(https://github.com/duaraghav8/Solium#usage).
+===============================================================================
+forge *ale-solidity-forge*
+
+ `forge fmt` is not a linter, only a formatter. It should be used only as a
+ fixer.
+
+ `forge fmt` should work out-of-the-box. You can further configure it using
+ `foundry.toml`. See the corresponding documentation for detailed
+ instructions (https://book.getfoundry.sh/reference/config/formatter).
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: