diff --git a/.vscode/settings.json b/.vscode/settings.json index d57bad4..0537f4e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,14 @@ "files.associations": { "**/templates/**/*.html": "handlebars", "**/templates/**/*.xml": "handlebars" + }, + "[handlebars]": { + "editor.tabSize": 2 + }, + "[html]": { + "editor.tabSize": 2 + }, + "[xml]": { + "editor.tabSize": 2 } }