How is SQL Prompt helping your team? Share your experience.
BUG: Incorrect formatting

Comments opening tag is indented after format. V 9.4.16.9097
<div>CREATE VIEW test <span style="background-color: transparent; color: inherit; font-size: inherit; font-family: Roboto, "Helvetica Neue", Arial, sans-serif;">AS</span> </div><div><span style="background-color: transparent; color: inherit; font-size: inherit; font-family: Roboto, "Helvetica Neue", Arial, sans-serif;">/*</span><br></div><div><span style="background-color: transparent; color: inherit; font-size: inherit; font-family: Roboto, "Helvetica Neue", Arial, sans-serif;"> */</span> </div><div><span style="background-color: transparent; color: inherit; font-size: inherit; font-family: Roboto, "Helvetica Neue", Arial, sans-serif;">SELECT 1 AS one</span><br></div><div><br>-- after format <br><div>CREATE VIEW test <span style="background-color: transparent; color: inherit; font-size: inherit; font-family: Roboto, "Helvetica Neue", Arial, sans-serif;">AS</span> </div><div><span style="background-color: transparent; color: inherit; font-size: inherit; font-family: Roboto, "Helvetica Neue", Arial, sans-serif;"> /*</span><br></div><div><br></div><div>*/ <span style="background-color: transparent; color: inherit; font-size: inherit; font-family: Roboto, "Helvetica Neue", Arial, sans-serif;"> SELECT 1 AS one;</span> </div></div>
Tagged:
Answers
I would say that there's a wider issue with comments in general though.