Opened 9 years ago
Closed 8 years ago
#43104 closed enhancement (fixed)
Add Markdown trailing whitespace rule to `.editorconfig`
| Reported by: | netweb | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
With Gutenberg being merged as part of WordPress 5.0 having WordPress' build tools have parity with that of Gutenberg will be advantageous and one less issue to worry about when merge time comes.
This ticket adds support to .editorconfig to not trim trailing whitespace
See https://github.com/WordPress/gutenberg/blob/master/.editorconfig#L20-L21
Attachments (1)
Change History (8)
#3
in reply to: ↑ 2
@
8 years ago
Replying to SergeyBiryukov:
Added in https://github.com/WordPress/gutenberg/commit/906bbab2e157d953bd83abcd640899deffd83ef3.
Given that WordPress core does not have any
.mdfiles, not sure how necessary this is, though don't see any harm either :)
I was being preemptive as Gutenberg includes lots of Markdown files and will be merged as part of WP 5.0 it is one task taken care of now rather than later at merge time 😏
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added in https://github.com/WordPress/gutenberg/commit/906bbab2e157d953bd83abcd640899deffd83ef3.
Given that WordPress core does not have any
.mdfiles, not sure how necessary this is, though don't see any harm either :)