Work in progress, not ready for use
This is a simple and naive tool designed to for basic formatting/linting of Solidity and TOML code in foundry projects.
Solidity formatting uses the configuration in foundry.toml
, and TOML formatting has a hardcoded configuration.
Formatting and checking does the following:
forge fmt
to format Solidity.taplo
crate to format TOML.cargo install scopelint
.scopelint fmt
.scopelint check
.