Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下 xmllint 似乎缩进 2 个空格,有没有办法在 Windows 上更改缩进级别?
我认为您需要将环境变量设置为$XMLLINT_INDENT您需要的任何内容(例如,如果您想要 4 个空格,请使用四个空格“”)。从文档:
$XMLLINT_INDENT
$XMLLINT_INDENT 环境变量控制缩进(默认值为两个空格“”)
然后,您需要使用--format标志运行它。例如:
--format
xmllint --format my_file_name.xml