Replies: 1 comment
-
Resolution in #899 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body:
Hi,
I noticed that when formatting SQL with inline comments and leading commas, the formatter moves comments to the end of the previous line and changes the comma placement.
Example SQL I want to keep:
Formatted result:
Issues:
/* __CF_IFx__ */
) are moved to the previous line instead of staying on their own line.Is there a way to preserve comment lines and leading commas? If not, could this be considered as a feature request?
Beta Was this translation helpful? Give feedback.
All reactions