prettier-plugin-sql-cst icon indicating copy to clipboard operation
prettier-plugin-sql-cst copied to clipboard

Bad formatting of DROP TABLE table1, table2

Open nene opened this issue 3 months ago • 0 comments

Currently results in:

DROP TABLE table1,
table2;

Works work like DROP VIEW:

DROP VIEW foo, bar;

nene avatar Nov 20 '25 08:11 nene