gpt4 book ai didi

xml - Eclipse XML 格式化程序插入不需要的换行符

转载 作者:数据小太阳 更新时间:2023-10-29 02:31:22 29 4
gpt4 key购买 nike

Eclipse 版本:Indigo 服务版本 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 中尝试了不同的选项,但似乎都不起作用。
谢谢。

最佳答案

问题出在 Android 编辑器中,这是我的默认 XML 编辑器。

解决此问题的两个选项:

  • 使用 Eclipse XML 编辑器 打开方式 -> XML 编辑器
  • Android -> Editors 中禁用“标准 Android XML 样式”

关于xml - Eclipse XML 格式化程序插入不需要的换行符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12106037/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com