Eclipse中xml格式化设置
1.问题
Eclipse中xml文件格式化后,整个一团糟,并不是我们想要的,我们需要自行修改其格式化参数
2.解决
2.1 找到 Windows>Preference>XML>XML Files>Editor
2.2 具体参数
- Line width: 设置每行宽度Line width设定为80到100个字符。
- Split multiple attributes each on a new line: 标签的每个属性都单独一行显示
- Preserve whitespace in tags with PCDATA content: 保留具有 PCDATA 内容的标签中的空白
- Align final bracket in multi-line element tags: 标签结束符不单独占用一行
- Clear all blank lines: 去掉所有空行
- Insert whitespace before closing empty end-tags: 在标签结束符前添加空格
- Indent using spaces: 缩进使用空格代替tab
- Indentation size: 如果use tabs,设定为1,代表使用1个tab; 如果使用use spaces,设定缩进宽度设定为4,即缩进4个空格