[script] make xmllint indent specific to two space

This commit is contained in:
tangxifan 2022-10-07 10:33:59 -07:00
parent 85089cbc88
commit 1abdb56609
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ format-xml:
# Format all the XML files under this project, excluding submodules
for f in `find openfpga_flow/vpr_arch openfpga_flow/openfpga_arch -iname *.xml`; \
do \
${XML_FORMAT_EXEC} --format $${f} --output $${f} || exit 1; \
XMLLINT_INDENT=" " && ${XML_FORMAT_EXEC} --format $${f} --output $${f} || exit 1; \
done
clean: