You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code, the last } in comment is automatically worked like a curly bracket right of main block, not like comment.
so indentation's been unbalanced as the code above.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report.
I've been playing a bit with the indent file and I think I'm not skilled enough yet.
(from what I've seen, all major indent files have this problem: C, Java, Rust...)
I might figure out how to fix it at some point. In the meantime, any help is welcome!
In the code, the last
}
in comment is automatically worked like acurly bracket right
of main block, not like comment.so indentation's been unbalanced as the code above.
The text was updated successfully, but these errors were encountered: