Conversation
In every *.html, *.svg and *.xhtml file, each tab is replaced with two spaces, as this is the indentation that was most used in these test.
After replacing tabs with spaces, some odd indentation remains. Mostly found by reindenting in Emacs web-mode and looking at the differences. Most were ignored, but some are actual mistakes.
Member
Author
|
Split into two commits for easier reviewing, the first is produced by simple replacement and the second contains the fixups. It's fine to squash when merging though, nobody will care after the fact. |
Member
Author
|
I did this so that moving https://github.com/w3c/web-platform-tests/tree/master/old-tests/submission/Microsoft/dragdrop would require fixing any lint errors as well. |
Build ERROREDStarted: 2017-10-10 19:50:29 Failing Jobs
View more information about this build on: |
Member
Author
|
I've filed #7660 for the Travis problem and will merge this manually if approved. @gsnedders, can you review? |
Ms2ger
approved these changes
Oct 11, 2017
jakearchibald
pushed a commit
to jakearchibald/web-platform-tests
that referenced
this pull request
Nov 16, 2017
In every *.html, *.svg and *.xhtml file, each tab is replaced with two spaces, as this is the indentation that was most used in these test. After replacing tabs with spaces, some odd indentation remains. Mostly found by reindenting in Emacs web-mode and looking at the differences. Most were ignored, but some are actual mistakes.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In every *.html, *.svg and *.xhtml file, each tab is replaced with two spaces, as this is the indentation that was most used in these test.
After replacing tabs with spaces, some odd indentation remains. Mostly found by reindenting in Emacs web-mode and looking at the differences. Most were ignored, but some are actual mistakes.