-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Lexer: Mismatched indentation in arrays and parameter lists should be disallowed #3305
Labels
Comments
Mainly to permit:
|
That still follows that the 3rd item has the same indent as the 2nd. |
This was referenced Jan 22, 2014
Closed
I don't really know into which issue this belongs, but the indentation rules seem waaaaay to lenient: if a
b
c
# if (a) {
# b;
# }
# c; |
GeoffreyBooth
changed the title
Disallow mismatched indentation in arrays and parameter lists
Lexer: Mismatched indentation in arrays and parameter lists should be disallowed
May 6, 2017
For the sake of backward compatibility, I don’t think we’re changing this now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should throw indentation error. Why is this allowed?
The text was updated successfully, but these errors were encountered: