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

One line if no indentation #120

Closed
EverCursed opened this issue Dec 25, 2019 · 1 comment
Closed

One line if no indentation #120

EverCursed opened this issue Dec 25, 2019 · 1 comment

Comments

@EverCursed
Copy link

EverCursed commented Dec 25, 2019

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;
@4coder-editor
Copy link
Owner

4coder-editor commented Jan 12, 2020

Thanks, I believe I have fixed this. The fix is in patch 4.1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants