Open Nabav opened 11 months ago
In general, if some parenthesis or bracket is opened at some line, but closed at other line, The closing line should be at the same indentation level of the opening line. The content between these lines should indented one level.
Report a bug
Input and also Expected Behavior
The end of multi-line conditions
) then
should be outdented in the next line to be at the same indentation level asif (
.Actual Behavior
The end of multi-line conditions
) then
is indented at the same level of conditions and also statements in theif
body.