Skip to content

How to make chained calls to be on new lines #3693

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

Closed
xahon opened this issue Jul 18, 2019 · 3 comments
Closed

How to make chained calls to be on new lines #3693

xahon opened this issue Jul 18, 2019 · 3 comments

Comments

@xahon
Copy link

xahon commented Jul 18, 2019

Is there an option to allow >= 3 (or configurable number) calls in a row on self to be wrapped?

a.do_something()
 .another_thing()
 .build();
@scampi
Copy link
Contributor

scampi commented Jul 18, 2019

#2263 sounds related

@kellytk
Copy link

kellytk commented Mar 9, 2020

I would also like for chained calls to be on new lines as shown in @xahon's example.

@calebcartwright
Copy link
Member

Closing as a duplicate of #2263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants