Eclipse:新行上的未知标记

时间:2013-12-24 12:04:21

标签: eclipse angularjs

我正在使用HTML的自定义标签(使用AngularJs)。我希望eclipse中的格式如下所示:

预期:

<tabset>
    <tab heading='Series'>
        something
    </tab>
    <tab heading="Input Controls">
        something
    </tab>
    <tab heading='Options'>
        something
    </tab>
</tabset>

在eclipse中格式化后

    <tabset> <tab heading='Series'> something </tab> <tab heading="Input Controls"> something </tab> <tab
                heading='Options'> something </tab> </tabset>

一切都被强制为单线。

  

如何控制eclipse中未知元素/标签的流量?

谢谢,

1 个答案:

答案 0 :(得分:-1)

您也可以在XML Editor而不是HTML Editor中打开文件。它可能会很好地格式化你的标签。