Yaml.MappingStyle – yaml-0.1 Reference Manual
Packages
yaml-0.1
Yaml
MappingStyle
ANY
BLOCK
FLOW
MappingStyle
Description:
[
CCode
( cname =
"yaml_mapping_style_t"
, has_type_id =
false
) ]
public
enum
MappingStyle
Mapping styles.
Namespace:
Yaml
Package:
yaml-0.1
Content:
Enum values:
ANY
-
Let the emitter choose the style.
BLOCK
-
The block mapping style.
FLOW
-
The flow mapping style.