diff --git a/.vscode/settings.json b/.vscode/settings.json index 89d88bb..ae76260 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,9 @@ { "yaml.format.singleQuote": true, - "yaml.format.enable": true + "yaml.format.enable": true, + "[yaml]": { + "editor.insertSpaces": true, + "editor.tabSize": 2, + "editor.defaultFormatter": "redhat.vscode-yaml" + } } \ No newline at end of file