当我想格式化我的 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 编辑器的任何地方,我都尝试恢复默认设置,尽管我没有故意更改任何内容。知道在哪里直截了当吗?