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

Remove extraneous whitespace; make attributes consistent #227

Merged
merged 2 commits into from
Mar 30, 2022

Conversation

benkasminbullock
Copy link
Member

This puts the attributes into a consistent ordering. The attributes
were in a kind of order, but not all of them were ordered in the same
way, so about twenty files had to have the order of attributes
changed.

The other change in this commit is that the inconsistent use of
whitespace in the XML files was removed. This was in about 72
files. For example some files had a space after the word "Commons" in
the licence text, or some files had two spaces between attributes, or
some files had blank lines or wrong indentation.

The purpose of this commit is to make it easier to operate on the
files using software which reads XML and then writes it out again.

This puts the attributes into a consistent ordering. The attributes
were in a kind of order, but not all of them were ordered in the same
way, so about twenty files had to have the order of attributes
changed.

The other change in this commit is that the inconsistent use of
whitespace in the XML files was removed. This was in about 72
files. For example some files had a space after the word "Commons" in
the licence text, or some files had two spaces between attributes, or
some files had blank lines or wrong indentation.

The purpose of this commit is to make it easier to operate on the
files using software which reads XML and then writes it out again.
@benkasminbullock benkasminbullock merged commit 2dbf27b into master Mar 30, 2022
@benkasminbullock benkasminbullock deleted the consistent branch March 30, 2022 02:02
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