VSCode: Indent HTML with two spaces

This commit is contained in:
Anthony Rose 2023-09-04 13:45:27 +01:00
parent bc1e9b89ea
commit 4931874f3f

View file

@ -1,4 +1,7 @@
{ {
"[html]": {
"editor.indentSize": 2
},
"csharp.suppressBuildAssetsNotification": true, "csharp.suppressBuildAssetsNotification": true,
"debug.console.historySuggestions": false, "debug.console.historySuggestions": false,
"dotnetAcquisitionExtension.enableTelemetry": false, "dotnetAcquisitionExtension.enableTelemetry": false,