Commit Graph

1 Commits

Author SHA1 Message Date
kenjones
57d5afa0ae Feature: Adds formatting of yaml output
The format produced by `gopkg.in/yaml.v2` produces output while valid
is not easy to read especially for arrays.
Adds formatter to handle formatting the marshalled yaml content.
Applies similar logic used by `encoding/json.Indent`.

Resolves: #25
2017-09-26 07:14:41 -04:00