Jason Trost

Results 1 comments of Jason Trost
trafficstars

You need to strip the space before the newline. I believe [this](https://github.com/yaml/pyyaml/blob/master/lib/yaml/emitter.py#L750-L752) is the code in the Emitter that is responsible for this. This can be done by adding. ```...