Whitespace changes suggested by Prettier #1036
Merged
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.
A further follow up on #1009.
These are spacing changes suggested by Prettier. These shouldn't change the rendered output, at least not visually.
It seems
coc/index.md
also usesCRLF
line endings instead ofLF
, a bit like #1027. I hadn't intended that change to be part of this PR but it seems to have snuck in as those changes weren't apparent in my local diff. I've left it in the PR as it is a worthwhile change to the whitespace, albeit an unintentional one.For some files the only change is the addition of a blank line at the end of the file. The GitHub diff doesn't always make that entirely clear.
All of these changes should be consistent with what's currently in the project's
.editorconfig
.