tanka
tanka copied to clipboard
feat: add --force-yaml-string-quotation forcing string quotation for rendered YAML
This PR adds the --force-yaml-string-quotation
which patches the yaml.Node
object and adds a custom formatting option to inject quotes around strings.
Fixes #687