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
Thank you for this tool. And for fix #355
There is an inaccuracy of formatting For еxample: v_int:= 0; Output after formatting: v_int: = 0; It can be fixed?
v_int:= 0;
v_int: = 0;
Can make an option for the CASE statement.
The text was updated successfully, but these errors were encountered:
Point 1 is fixed now with commit 8c3814f.
Sorry, something went wrong.
No branches or pull requests
Thank you for this tool. And for fix #355
There is an inaccuracy of formatting
For еxample:
v_int:= 0;
Output after formatting:
v_int: = 0;
It can be fixed?
Can make an option for the CASE statement.
The text was updated successfully, but these errors were encountered: