vscode-helm
vscode-helm copied to clipboard
Overrides default indent for yaml
Default indents for yaml is 2 spaces: When the addon is installed, the indent is set to tab for associated files. Don't override default indents for the file type.
I am also having this issue. Additionally, I'm not able to override the override using the:
"[helm]": {
"editor.tabSize": 2
}
That the settings file shows for other languages.