Anton
V.
Projects and
blogs
Random
Blockchain
Solidity Formatter
Solidity Formatter
A simple formatter/pretty-printer/beautifier for Solidity code.
Solidity code
contract C { function f() public { } }
1
contract
C
{
function
f
()
public
{ } }
2
The input Solidity code to be formatted.
Format
Clear
Solidity Formatter