From 17147efd12840c4b0f735aeffa7bdf12b230fb28 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 4 Mar 2024 22:01:27 +0200 Subject: [PATCH] no more annoying autoIndent --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index b813e6a1c2..5025c96370 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "editor.insertSpaces": false, + "editor.autoIndent": "none", "files.eol": "\n" }