Skip to content

Add option to keep quotes #200

@Joris29

Description

@Joris29

Could you add an option to just keep quotes as they are when sorting.

Example.
parent_key:
'Pkey2 with space':
k1: v1
k2: 'v2'
'Pkey1 with space':
k1: 'v1'
k2: v2

Would become:
parent_key:
Pkey1 with space:
k1: v1
k2: v2
Pkey2 with space:
k1: v1
k2: v2

What it should be if original quotes are ignored:
parent_key:
'Pkey1 with space':
k1: v1
k2: 'v2'
'Pkey2 with space':
k1: 'v1'
k2: v2

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