vscode-yaml
vscode-yaml copied to clipboard
Format with document start `---` and document end `...`.
A YAML document begins with --- and ends with .... Both are optional, though a ... can only be followed by directives or ---.
Currently, only document start --- is automatically applied, but not document end .... It might be cumbersome for some people, but useful for some folks. Options to enable and disable document start and document end might be helpful.