Yaroslav Bugaria

Results 2 issues of Yaroslav Bugaria

This is a request to add support for inline style for sequences and mappings to both Parser and Emitter. An example of a [flow style block](https://yaml.org/spec/1.1/#id933010): `{name: John Smith, age:...

enhancement
help-wanted

The `SerializerSettings.DefaultStyle` property seems to have no effect. The following code still produces a block syntax (SharpYaml v1.6.5.0): ``` var serializer = new Serializer(new SerializerSettings { DefaultStyle = YamlStyle.Flow });...