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
Putting an if statement without scoping brackets does not indent the code. The else afterwards will indent.
Example:
if (i > 0) return 0; else return 1;
The text was updated successfully, but these errors were encountered:
Thanks, I believe I have fixed this. The fix is in patch 4.1.2.
Sorry, something went wrong.
No branches or pull requests
EverCursed commentedDec 25, 2019
Putting an if statement without scoping brackets does not indent the code. The else afterwards will indent.
Example:
The text was updated successfully, but these errors were encountered: