Skip to content

Add options to force using quotes for strings encoding #344

@maximkrouk

Description

@maximkrouk
templates:
- name: 'TCA'
  description: 'TCA template'
- name: 'MVVM'
  description: ''
  path: 'Deprecated/MVVM'

or

templates:
- name: "TCA"
  description: "TCA template"
- name: "MVVM"
  description: ""
  path: 'Deprecated/MVVM'

Instead of

templates:
- name: TCA
  description: TCA template
- name: MVVM
  description: ''
  path: Deprecated/MVVM

It's not required, just noticed that I can't control this behavior, but the thing I really would like to be customizable is to add extra indentation like:

templates:
  - name: TCA
    description: TCA template
  - name: MVVM
    description: ''
    path: Deprecated/MVVM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions