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
This is OK-ish and it does make sense but it can also turn into a very long line "over 80+ chars".
Is there a way to get buildifier to respect a line return like I did and/or to break after the ':' in lambdas that would end up being a very long line?
Thanks!
The text was updated successfully, but these errors were encountered:
jjmaestro
changed the title
Lambdas are reformatted to (potentially) very long lines
Lambdas are reformatted into (potentially) very long lines
Aug 31, 2024
As I mentioned in #890, I have the following code:
I was expecting buildifier to respect my line returns there but instead, it reformats the lambda in one very long line:
The next-best-match is the following:
which gets reformatted to:
This is OK-ish and it does make sense but it can also turn into a very long line "over 80+ chars".
Is there a way to get buildifier to respect a line return like I did and/or to break after the ':' in lambdas that would end up being a very long line?
Thanks!
The text was updated successfully, but these errors were encountered: