atom-beautify:带标签的缩进html

时间:2016-05-13 07:16:39

标签: atom-editor atom-beautify

如何在atom-beautifier中将html的缩进大小设置为tab? 我在.jscsrc中尝试了以下内容,但它没有任何效果。

{
  "html": {
    "indent_char": "    ",
    "indent_size": 1,
    "indent_with_tabs": true
  }
}

2 个答案:

答案 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