From 4931874f3f6b5587400dda428880bf4e8eb77577 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 4 Sep 2023 13:45:27 +0100 Subject: [PATCH] VSCode: Indent HTML with two spaces --- roles/home-gui/files/vscode-settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/home-gui/files/vscode-settings.json b/roles/home-gui/files/vscode-settings.json index 72d9ef4..f20f5fe 100644 --- a/roles/home-gui/files/vscode-settings.json +++ b/roles/home-gui/files/vscode-settings.json @@ -1,4 +1,7 @@ { + "[html]": { + "editor.indentSize": 2 + }, "csharp.suppressBuildAssetsNotification": true, "debug.console.historySuggestions": false, "dotnetAcquisitionExtension.enableTelemetry": false,