vscode-yaml-sort icon indicating copy to clipboard operation
vscode-yaml-sort copied to clipboard

Ability to sort in reverse order.

Open id-aditya opened this issue 1 year ago • 1 comments

Can you add a setting using which one can sort in descending order?

For example: c: 1 b: 1 a: 1

instead of: a: 1 b: 1 c: 1

Thanks

id-aditya avatar Aug 06 '24 07:08 id-aditya

This PR can complete this feature request. https://github.com/pascalre/vscode-yaml-sort/pull/226

id-aditya avatar Aug 06 '24 08:08 id-aditya