This is an archive of the discontinued LLVM Phabricator instance.

[YAMLIO] Make line-wrapping configurable and test it.
ClosedPublic

Authored by friss on May 28 2015, 4:04 PM.

Details

Summary

We would wrap flow mappings and sequences when they go over a hardcoded 70
characters limit. Make the wrapping column configurable (and default to 70
co the change should be NFC for current users). Passing 0 allows to completely
suppress the wrapping which makes it easier to handle in tools like FileCheck.

Diff Detail

Event Timeline

friss updated this revision to Diff 26749.May 28 2015, 4:04 PM
friss retitled this revision from to [YAMLIO] Make line-wrapping configurable and test it..
friss updated this object.
friss added a reviewer: bogner.
friss added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.