From e0ab6dd29b652738c45d86b770e6647cff12bc9f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 29 May 2023 10:46:26 +0200 Subject: [PATCH] specify size of tab is 4 --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5f5c041..0a6090e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,6 @@ "editor.codeActionsOnSave": { "source.fixAll": false, "source.organizeImports": true - } + }, + "editor.tabSize": 4 }