27 bool formatted =
true,
bool json =
true);
122 bool _origin_comments;
config_render_options set_json(bool value)
Returns options with JSON toggled.
bool get_formatted() const
Returns whether the options enable formatting.
config_render_options set_formatted(bool value)
Returns options with formatting toggled.
config_render_options(bool origin_comments=true, bool comments=true, bool formatted=true, bool json=true)
Leaving the default arguments will result in a verbose rendering, which contains comments and therefo...
Factory for creating config_document instances.
bool get_origin_comments() const
Returns whether the options enable automated origin comments.
static config_render_options concise()
Returns concise render options (no whitespace or comments).
bool get_json() const
Returns whether the options enable JSON.
config_render_options set_comments(bool value)
Returns options with comments toggled.
bool get_comments() const
Returns whether the options enable comments.
config_render_options set_origin_comments(bool value)
Returns options with origin comments toggled.