vscode-yaml-sort
vscode-yaml-sort copied to clipboard
Ability to sort in reverse order.
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
This PR can complete this feature request. https://github.com/pascalre/vscode-yaml-sort/pull/226