#3 - Preserve Markdown trailing whitespace#4
#3 - Preserve Markdown trailing whitespace#4peterkaminski merged 3 commits intoFellowship-of-the-Link:mainfrom
Conversation
✅ Deploy Preview for tftmap-massive-wiki ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@AramZS, I think the (I'm guessing WDYT? |
|
@peterkaminski It depends on what editor the user is using! I have an additional configuration at the editor level that handles it, but not all users might. I'm fine switching it over to 2 spaces / tab (though that is not my personal preference), but we should be prepared to have some big changesets every time someone touches an older file, at least for a while until the editors' autofix smooth out all the changes. |
|
As per the discussion, this is now two spaces === tab in markdown in order to support wide editor use and configuration using editorconfig. |
|
See for most notable reference: |
peterkaminski
left a comment
There was a problem hiding this comment.
lgtm, thanks for the consideration and research, Aram!
I was not aware that line-breaks were created with a double space at the end of a line. Very cool! Updated rules to preserve this technique.
Figured I'd also get ahead of potential YAML use and add rules to preserve its requirements as well.
Should resolve most of #3