From d2c1f97ff32872c43af9b82f3deec5571e2c5c7e Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 4 Mar 2024 22:10:09 +0200 Subject: [PATCH] switch to advanced --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5025c9637..3dd2cda3d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.insertSpaces": false, - "editor.autoIndent": "none", + "editor.autoIndent": "advanced", "files.eol": "\n" }