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 request #1

Open
miko3ed opened this issue Jul 2, 2014 · 1 comment
Open

Enhancement request #1

miko3ed opened this issue Jul 2, 2014 · 1 comment

Comments

@miko3ed
Copy link

miko3ed commented Jul 2, 2014

Wonderful plugin! Would love to see two new config options. One to not split up values inside of an IN clause to new lines but instead just put a space between values.
for example
current method:
IN (1,
2,
3,
4)

option to disable this:
IN (1, 2, 3, 4)

The other requested option would be to indent AND criteria as part of an JOIN xx ON statement the same way that they are indented for WHERE clauses.
For example
current method:
JOIN xxx ON blah = blah
AND foo = foo
AND xyz = xyz

option enabled to indent:
JOIN xxx ON blah = blah
AND foo = foo
AND xyz = xyz

@zsong
Copy link
Owner

zsong commented Jul 12, 2014

Thank you for the suggestion and I will look into this.

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