brodycj / prettierx

a less opinionated fork of Prettier code formatter
MIT License
209 stars 22 forks source link

added line breaks before closing brackets when mappingValue contains … #697

Open msivasubramaniaan opened 3 years ago

msivasubramaniaan commented 3 years ago

For addressing the issue https://github.com/redhat-developer/vscode-yaml/issues/449, checked if the mapping value contains any comments, if so added the line breaks before the "}"

brodycj commented 3 years ago

Thanks, I may need a few weeks to take a look at this.

msivasubramaniaan commented 2 years ago

@brodybits can you please review this PR?