From 6f2dc21d580bfde63ea9458b50c434d9ba58d45d Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sat, 3 May 2025 18:34:46 +0300 Subject: [PATCH] tab size 4 --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3ce68c6..01fd4e6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, - "editor.tabSize": 2, + "editor.tabSize": 4, } \ No newline at end of file