vscode-yaml-sort
vscode-yaml-sort copied to clipboard
This VS Code extension exposes the possibility to sort, format and validate yaml files.
As it is known, > "Yes" and "No" should be enclosed in quotes (single or double) or else they will be interpreted as TrueClass and FalseClass values. https://support.asg.com/mob/mvw/10_0/mv_ag/using_quotes_with_yaml_special_characters.htm I've checked...
on sort, all merge blocks are executed: https://yaml.org/type/merge.html ## Before sort ```yml nl: default: &default somekey: is a value generic:
Home Assistant uses custom tags. Please support custom tags such as the following: ``` example_key: !example_custom_tag example value ```
I have FluxCD project which incorporates a lot of YAML files which require a lot more than three custom sort sets to properly manage. It would be awesome to add...
Is it possible somehow to sort based on the number of lines taken up by children of a given key? For example, this: ```yaml c: foo b: x: foo z:...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.7` -> `20.16.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.7/20.16.10) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`10.4.0` -> `10.7.3`](https://renovatebot.com/diffs/npm/mocha/10.4.0/10.7.3) | [](https://docs.renovatebot.com/merge-confidence/) |...
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
Adds ability to sort in descending (reverse) order. Useful when your YAML files has date or timestamp as keys and you want to inspect latest timestamps without scrolling your long...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsdoc](https://redirect.github.com/jsdoc/jsdoc) | [`4.0.2` -> `4.0.3`](https://renovatebot.com/diffs/npm/jsdoc/4.0.2/4.0.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...