We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I have a file .sql and formating is really great with your extension.
But there is an issue : it's add extra spaces before parenthesis.
SELECT CURDATE() ;
Expected Output
Actual Output
SELECT CURDATE () ;
I'm not sure if I'm using another plugin that adds this space, but maybe it would be interesting if yours could override other settings...
The text was updated successfully, but these errors were encountered:
Please provide the following info:
Sorry, something went wrong.
Most likely this issue is a duplicate of #444
Ok, I hadn't set the SQLFlavour Override... better with it 👍
No branches or pull requests
Hello
I have a file .sql and formating is really great with your extension.
But there is an issue : it's add extra spaces before parenthesis.
SELECT CURDATE() ;
Expected Output
SELECT CURDATE() ;
Actual Output
SELECT CURDATE () ;
I'm not sure if I'm using another plugin that adds this space, but maybe it would be interesting if yours could override other settings...
The text was updated successfully, but these errors were encountered: