diff --git a/.vscode/settings.json b/.vscode/settings.json index 7b333e9..82812b8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,9 @@ "editor.tabSize": 2, "[javascript]": { "editor.tabSize": 4 + }, + "[yaml,yml]": { + "editor.insertSpaces": true, + "editor.tabSize": 2 } } \ No newline at end of file