-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reindent all XSD files for consistency
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.
- Loading branch information
1 parent
5824e87
commit e2ff8d1
Showing
86 changed files
with
29,395 additions
and
31,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.