如何在atom-beautifier中将html的缩进大小设置为tab? 我在.jscsrc中尝试了以下内容,但它没有任何效果。
{
"html": {
"indent_char": " ",
"indent_size": 1,
"indent_with_tabs": true
}
}
答案 0 :(得分:3)
{@ 1}}软件包已弃用,作者建议用户迁移到atom-beautify
package:
请使用:https://atom.io/packages/atom-beautify这样更好:))
atom-beautifier
包支持atom-beautify
配置缩进大小:
.jsbeautifyrc
答案 1 :(得分:0)
{
"indent_char": " ", //Tab here. Make sure editor doesn't change it.
"indent_size": 1,
"indent_with_tabs": true
}
我已将其放在$ATOMPATH/packages/atom-beautify/.jsbeautifyrc
和$ATOMPATH/packages/atom-beautify/src/.jsbeautifyrc
。
atom-beautify
仍然因为标签而出错。还要确保关闭Atom中的“软标签”。
以下是杀死空间的一些提示的要点:
https://gist.github.com/zamicol/c5c926500ddde49006122f9e4e52e48f