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

Overrides default indent for yaml

Open jonaseck2 opened this issue 8 years ago • 1 comments

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.

jonaseck2 avatar Oct 16 '17 05:10 jonaseck2

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.

dkushner avatar Sep 02 '18 00:09 dkushner