dtolnay / serde-yaml

Strongly typed YAML library for Rust
Apache License 2.0
964 stars 164 forks source link

Set width=-1 on libyaml emitter #322

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

For strings that already contain newlines, serde_yaml will preserve them (since #270). For strings that do not already contain newlines I don't think serde_yaml should add newlines to them. Closes #321.