VSCode: Indent HTML with two spaces
This commit is contained in:
parent
bc1e9b89ea
commit
4931874f3f
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue