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

Format with document start `---` and document end `...`.

Open sheeeng opened this issue 5 years ago • 0 comments

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.

sheeeng avatar Jul 21 '20 12:07 sheeeng