-
Notifications
You must be signed in to change notification settings - Fork 277
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
Methods and objects with numerous arguments Style #1482
Labels
Comments
@JhLedesma you can just add We should document this important option on the website. |
kitbellew
added a commit
to kitbellew/scalafmt
that referenced
this issue
Feb 19, 2020
Fixes scalameta#1659. Fixes scalameta#1482. Helps with scalameta#1523.
kitbellew
added a commit
to kitbellew/scalafmt
that referenced
this issue
Feb 19, 2020
Fixes scalameta#1659. Fixes scalameta#1482. Helps with scalameta#1523.
kitbellew
added a commit
to kitbellew/scalafmt
that referenced
this issue
Feb 19, 2020
Fixes scalameta#1659. Fixes scalameta#1482. Helps with scalameta#1523.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This template is a guideline, not a strict requirement.
Steps
Given code like this:
When I run scalafmt like this:
Save in IntelliJ.
Problem
Scalafmt formats code like this:
Expectation
I would like the formatted output to look like this ():
Workaround
Notes
https://docs.scala-lang.org/style/indentation.html#methods-with-numerous-arguments
The text was updated successfully, but these errors were encountered: