Skip to content

Fix formatting at trailing comma#25706

Merged
1 commit merged into
masterfrom
formatTrailingComma
Jul 17, 2018
Merged

Fix formatting at trailing comma#25706
1 commit merged into
masterfrom
formatTrailingComma

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jul 16, 2018

Fixes #25056
Previously, we saw that , was not the expected end-of-list token ) and assumed that the end-of-list token was missing. We then treated , and ) as if they were children of the ExpressionStatement and indented them accordingly.

@ghost ghost requested a review from uniqueiniquity July 16, 2018 23:53
@mhegazy
Copy link
Copy Markdown
Contributor

mhegazy commented Jul 17, 2018

Please port to release-3.0 as well.

@ghost ghost merged commit 854462d into master Jul 17, 2018
@ghost ghost deleted the formatTrailingComma branch July 17, 2018 22:21
ghost pushed a commit that referenced this pull request Jul 17, 2018
ghost pushed a commit that referenced this pull request Jul 18, 2018
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant