-
Notifications
You must be signed in to change notification settings - Fork 77
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
Indentation in multiline condition. #52
Comments
The problem here is the same that with #51 : it relies on Smart Indent functionality of editor. Maybe in v2.0alpha this can be implemented. |
is it possible to replace multiline by in-lining instead? how to set such a configuration ? |
The inlining of continous lines (...) would be theoreti cally possible to be implemented (currently it is not implemented). I open a separate card for it. EDIT: Done - #58. |
The in-lining has been implemented in #58 : it is disabled by default though. |
I assume that in the case of a condition, it is better to align to condition on previous line.
I think this code:
better than generated by MBeautifier:
So, this is true for
while
too.The text was updated successfully, but these errors were encountered: