Eclipseバージョン:IndigoServiceリリース2
XMLフォーマッターに正しく機能させることができません。
これにフォーマッターを適用すると
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
私はこれを手に入れます
<execution>
<id>
compile
</id>
<phase>
compile
</phase>
<goals>
<goal>
compile
</goal>
</goals>
</execution>
私はそれをこのようにフォーマットしたい:
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
でさまざまなオプションを試しましXML -> XML Files -> Editor
たが、どれも機能しないようです。
ありがとうございました。