![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#include <Formatter.hpp>
Static Public Attributes | |
static constexpr std::size_t | SpacePerIndent = 2 |
Indentation level of each node. | |
static constexpr std::size_t | LongLineLength = 32 |
Max number of characters per line segment to consider splitting. | |
Definition at line 8 of file Formatter.hpp.
|
staticconstexpr |
Max number of characters per line segment to consider splitting.
Definition at line 11 of file Formatter.hpp.
Referenced by Formatter::shouldSplitOnNewline().
|
staticconstexpr |
Indentation level of each node.
Definition at line 10 of file Formatter.hpp.
Referenced by Formatter::prefix().