使用 sublime text 更正代码格式?

Correct code formatting with sublime text?

我有一大块代码。像这样但更大:

<div class="something"><div class="something-else"><p>Here is some text
</p></div></div>

如何更正缩进,使其与 Sublime 文本类似?:

<div class="something">
  <div class="something-else">
    <p>Here is some text</p>
  </div>
</div>

我找到的最佳解决方案是 HTML-CSS-JS Prettify plugin from Package Control. Please make sure you read all of the directions carefully, as the plugin depends on node.js,并且必须正确设置。