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

Regression of case indentation #105

Closed
jrudolph opened this issue Mar 21, 2014 · 1 comment
Closed

Regression of case indentation #105

jrudolph opened this issue Mar 21, 2014 · 1 comment

Comments

@jrudolph
Copy link
Contributor

See these lines here:

gkossakowski/spray@bebf674#diff-b1c28a99c57381f20f5eb44feb6ae1c0L42

The update was done from sbt-scalariform 1.0.1 to 1.2.1 (scalariform 0.1.3 -> 0.1.4).

Also filed as sbt/sbt-scalariform#16

@jrudolph
Copy link
Contributor Author

Here's the failing test case:

  """{
    |  case x => a =>
    |  a + 1
    |  case y => b =>
    |  b + 1
    |}""" ==>
  """{
    |case x => a =>
    |  a + 1
    |case y => b =>
    |  b + 1
    |}"""

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

1 participant