GitHub user ptrdom added a comment to the discussion: Is there a way we could sbt or a sbt plugin to sort the imports how we want?
> what about > https://scalameta.org/scalafmt/docs/configuration.html#imports-groups I think I have tried it a long while ago, but cannot remember if it had any issues or not. Often developers want to both sort imports and remove unused, and latter cannot be done by scalafmt, but scalafix with `OrganizeImports` can do both. GitHub link: https://github.com/apache/pekko/discussions/2228#discussioncomment-14447045 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
