Break
Description:
[ CCode ( cname = "yaml_break_t" , has_type_id = false ) ]
public enum Break
Content:
Enum values:
- ANY - Let the parser choose the break type.
- CR - Use CR for line breaks (Mac style).
- CRLN - Use CR LN for line breaks (DOS style).
- LN - Use LN for line breaks (Unix style).