Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reindent all XSD files for consistency #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

petterreinholdtsen
Copy link
Contributor

@petterreinholdtsen petterreinholdtsen commented May 12, 2019

This make it easier to compare the files across versions, as well as
improves readability.

The update was done using

  for x in $(find . -name '*.xsd'); do
    xmllint --format "$x" > "$x.new" && mv "$x.new" "$x"
  done

on Debian GNU/Linux, but any system with xmllint available will do.

This make it easier to compare the files across versions, as well as
improves readability.

The update was done using

  for x in $(find . -name '*.xsd'); do
    xmllint --format "$x" > "$x.new" && mv "$x.new" "$x"
  done

on Debian GNU/Linux, but any system with xmllint available will do.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant