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
When initializing an array of integers on multiple lines and the first value is negative, style50 gives incorrect output
my code:
int my_array[] = { -1, 2, 3 };
style50 output:
If the first integer is not negative, style50 outputs "Looks good!"
The text was updated successfully, but these errors were encountered:
Thanks for the report! Thanks seems to be an issue with http://astyle.sourceforge.net/, though we might transition away from that before long!
Sorry, something went wrong.
No branches or pull requests
When initializing an array of integers on multiple lines and the first value is negative, style50 gives incorrect output
my code:
style50 output:
If the first integer is not negative, style50 outputs "Looks good!"
The text was updated successfully, but these errors were encountered: