Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: convert lists into new indents #16

Open
vieplivee opened this issue May 29, 2016 · 0 comments
Open

Enhancement: convert lists into new indents #16

vieplivee opened this issue May 29, 2016 · 0 comments
Assignees

Comments

@vieplivee
Copy link

It's easier to demonstrate with an example, instead of the current formatting like below

SELECT col2,
if(y IN ('a', 'b', 'c'), 1, 0) AS col2
FROM TABLE_NAME

I wonder if the list 'a', 'b', 'c' could be aligned like

SELECT col2,
if(y IN (
'a',
'b',
'c'
), 1, 0) AS col2
FROM TABLE_NAME

@zsong zsong self-assigned this Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants