Add more template format options
Opened this issue · 0 comments
LukasKalbertodt commented
Some ideas what users might want to configure:
- Whether the type or the field comment from nested fields is used
- Whether the actual value is commented out, e.g.
#foo =
orfoo =
- What string quotes to use (YAML & JSON), i.e. single or double quoted. Also when to allow bare string literals?
- ...