Skip to content

Aligning in multiple columns #2

@beloglazov

Description

@beloglazov

Hi Jon,

Thanks for the nice plugin! As I understand, at the moment it only aligns by the first match in the line. Would it be possible to make it align by multiple matches? As an example, let's say I have these sbt dependencies:

  "org.typelevel" %% "scalaz-specs2" % "0.3.0" % "test",
  "org.scalacheck" %% "scalacheck" % "1.12.1" % "test",
  "org.scalaz" %% "scalaz-scalacheck-binding" % "7.1.0" % "test"

Would be cool, if it could align them by % as follows:

  "org.typelevel"   %% "scalaz-specs2"             % "0.3.0"  % "test",
  "org.scalacheck"  %% "scalacheck"                % "1.12.1" % "test",
  "org.scalaz"      %% "scalaz-scalacheck-binding" % "7.1.0"  % "test"

Cheers,
Anton

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions