gpt4 book ai didi

html - VSCode 中的自动缩进 和

转载 作者:太空宇宙 更新时间:2023-11-04 13:08:23 25 4
gpt4 key购买 nike

VSCode 的格式化程序不缩进 <head><body>默认情况下标记。在默认设置中存在以下几行:

// Indent <head> and <body> sections.
"html.format.indentInnerHtml": false,

我尝试设置 html.format.indentInnerHtml在用户设置中为 true但它没有改变任何东西。

这是我得到的:

<html>

<head></head>

<body></body>

</html>

这就是我想要的:

<html>

<head></head>

<body></body>

</html>

最佳答案

文件/首选项/设置

或快捷方式

Ctrl+逗号

并将 html.format.indentInnerHtml 更改为 true

{
"html.format.indentInnerHtml": true
}

本网站更多有用的设置

https://code.visualstudio.com/docs/languages/html#_formatting

关于html - VSCode 中的自动缩进 <head> 和 <body>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37143068/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com