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

private[this] (and qualified-private?) is wrongly formatted #94

Closed
sjrd opened this issue Mar 9, 2016 · 0 comments
Closed

private[this] (and qualified-private?) is wrongly formatted #94

sjrd opened this issue Mar 9, 2016 · 0 comments

Comments

@sjrd
Copy link

sjrd commented Mar 9, 2016

From Reddit

Original:

private[this] val root = Path(s"/$path")

Scalafmt:

private [ this] val root = Path(s"/$path")

I would like the input to look like this:

private[this] val root = Path(s"/$path")

This probably also applies to protected, as well as qualified-private private[EnclosingEntity].

Using

  • 0.1.1
  • (don't know)
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