clarkyu2016 / sql-beautify

VS Code extension that beautifies SQL(HQL).
MIT License
60 stars 20 forks source link

[IMP] can you add a option for putting the comma at the end of a line? :) #7

Closed RRRoger closed 3 years ago

RRRoger commented 3 years ago
SELECT  name
       ,phone
       ,email
FROM user

What I want

SELECT  name,
        phone,
        email
FROM user
clarkyu2016 commented 3 years ago

Please try new version v0.1.30 and if there is any problem, please tell me. @RRRoger

but not recommend, the reason is in the development log

RRRoger commented 3 years ago

It helps me a lot, thanks for your support and recommendation. 😃