Skip to content
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

Formatting of the examples #308

Closed
eed3si9n opened this issue Jan 3, 2017 · 0 comments
Closed

Formatting of the examples #308

eed3si9n opened this issue Jan 3, 2017 · 0 comments
Assignees

Comments

@eed3si9n
Copy link
Member

eed3si9n commented Jan 3, 2017

#306 (comment) says:

Could the examples use consistent formatting for select chains? I think

val foo = project
  .settings(...)
  .dependsOn(...)

is more common than

val foo = project.
  settings(...).
  dependsOn(...)
dwijnand added a commit to dwijnand/sbt-website that referenced this issue Mar 29, 2017
Fixes sbt#308

Also drop usage of "varargs expansion" (`:_*`) when calling `.settings`.
@dwijnand dwijnand self-assigned this Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants