Skip to content

Add option to keep quotes #200

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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