diff --git a/.vscode/settings.json b/.vscode/settings.json index 5f42f24..ee21d9b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { "markdownlint.config": { "MD033": false - } + }, + "editor.tabSize": 2, + "editor.indentSize": 2 } \ No newline at end of file