Eclipse XML Formatter坏了

时间:2012-08-28 21:30:34

标签: xml eclipse formatting

当我想格式化我的pom.xml时,会发生以下情况:

<dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>4.10</version>
    <scope>test</scope>
</dependency>

        <dependency>

            <groupId>
junit
            </groupId>

            <artifactId>
junit
            </artifactId>

            <version>
4.10
            </version>

            <scope>
test
            </scope>
        </dependency>

我曾尝试在涉及Eclipse的XML编辑器的任何地方恢复默认设置,尽管我没有故意改变任何内容。知道在哪里设置这个吗?

1 个答案:

答案 0 :(得分:2)

转到窗口&gt;首选项然后从左侧导航 General&gt;中选择编辑&gt;文件关联,选择文件类型 .xml ,然后在下面的窗口中选择XML编辑器,然后单击默认

File Association Preference Screenshot