-
Notifications
You must be signed in to change notification settings - Fork 881
Rectangle rule indents lambdas 8 extra columns #2
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
Comments
I think that breaking before
|
Roughly, I would say: When a lambda is using in-line presentation, then -> is like a binary On Fri, May 15, 2015 at 8:47 AM, Liam Miller-Cushon <
Kevin Bourrillion | Java Librarian | Google, Inc. | kevinb@google.com |
Before: code in lambda is indented +2:
After: code in lambda is indented +10:
I think it's consistent with the rule, but this case seemed particularly harsh.
The text was updated successfully, but these errors were encountered: