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
Many statements like if or while statements have a body. In case that the body is an expression block it should be placed on a new line to improve usability. It can be implemented with a indent collection and a condition:
Many statements like if or while statements have a body. In case that the body is an expression block it should be placed on a new line to improve usability. It can be implemented with a indent collection and a condition:
This would of course need to be implemented in a more generic way.
Old version:
New version:
The text was updated successfully, but these errors were encountered: