ScalarStyle
Description:
[ CCode ( cname = "yaml_scalar_style_t" , has_type_id = false ) ]
public enum ScalarStyle
Content:
Enum values:
- ANY - Let the emitter choose the style.
- DOUBLE_QUOTED - The double-quoted
scalar style.
- FOLDED - The folded scalar style.
- LITERAL - The literal scalar style.
- PLAIN - The plain scalar style.
- SINGLE_QUOTED - The single-quoted
scalar style.