-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Docs/WordPress.WhiteSpace.PrecisionAlignment #1725
Docs/WordPress.WhiteSpace.PrecisionAlignment #1725
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ckanitz Thank you so much for this PR.
Generally speaking, it looks good. Just a few minor suggestions from my side.
Also: could you please make sure the indentation within the XML file is consistently done with spaces ?
The current file seems to have a mix of space/tab indentation.
</code> | ||
</code_comparison> | ||
<code_comparison> | ||
<code title="Valid: four spaces will be replaced by the upstream sniff."> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<code title="Valid: four spaces will be replaced by the upstream sniff."> | |
<code title="Valid: four spaces counts as a tab, the replacement of these will be handled by another sniff."> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Darn.. I'm still forgetting one thing: would you mind adding <em>...</em>
tags around the "good" and "bad" bits (i.e. the tab/space sequences) ? This allows the markdown and HTML generators to highlight this better.
Co-Authored-By: Juliette <[email protected]>
Co-Authored-By: Juliette <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ckanitz Thanks for making those changes. One stray "not" had creeped in via one of my suggestions. Sorry about that, but I've fixed that up myself now. Approving & merging. 🎉
Adds documentation for the WordPress.WhiteSpace.PrecisionAlignmentSniff
Related to #1722