mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Document JsonFormat
This commit is contained in:
parent
55c64e3ca1
commit
b5e68df3cd
@ -38,8 +38,8 @@ struct JsonFormat
|
||||
{
|
||||
enum Format
|
||||
{
|
||||
Compact,
|
||||
Pretty
|
||||
Compact, // No unnecessary whitespace (including new lines and indentation)
|
||||
Pretty, // Nicely indented, with new lines
|
||||
};
|
||||
|
||||
static constexpr uint32_t defaultIndent = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user