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
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:
Would be cool, if it could align them by % as follows:
Cheers,
Anton