vscode-yaml
vscode-yaml copied to clipboard
Indenting Compact Array of Mapping Breaks Yaml
Describe the bug
When selecting the yaml and indenting, the plugin produces broken yaml
Expected Behavior
Code is properly indented.
Current Behavior
Code is not properly indented and malformed.
Steps to Reproduce
Using:
children:
- name: Items
title: Items
Select text and hit tab.
Result:
children:
- name: Items
title: Items
Environment
- [ ] Windows
- [x] Mac
- [ ] Linux
- [ ] other (please specify)