gpt4 book ai didi

settings - 括号中的 HTML 美化设置

转载 作者:行者123 更新时间:2023-12-04 20:38:22 25 4
gpt4 key购买 nike

据我所知Brackets Beautify扩展基于 JS Beautify ,因此我有一套可用的首选项设置,但我不知道如何通过 Brackets settings.json 文件更改它们。有谁有想法吗?

这是我当前的设置:

   {
"debug.showErrorsInStatusBar": false,
"linting.collapsed": true,
"wordWrap": false,
"me.drewh.jsbeautify.on_save": false,
"styleActiveLine": true,
"themes.theme": "explicit-brackets-style",
"fonts.fontSize": "12px"
}

我假设我只需要添加新的“me.drewh.jsbeautify”行,但这似乎不起作用......

我特别关注 HTML 设置,顺便说一句。

最佳答案

喜欢原版library扩展使用 .jsbeautifyrc设置文件。

如果您在项目根目录中创建这样的文件,内容如下,它应该可以工作:

{
"eol": "\n",
"end_with_newline": true,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"indent_inner_html": false,
"brace_style": "collapse",
"indent_scripts": "normal",
"wrap_line_length": 0,
"wrap_attributes": "auto"
}

另外,我只能推荐你看看我的 fork该扩展名,因为它允许 more detailed settings .

关于settings - 括号中的 HTML 美化设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31156142/

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