-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
paulcalabro
Metadata
Metadata
Assignees
Labels
No labels