OrganizeImportsConfig

scalafix.internal.rule.OrganizeImportsConfig
See theOrganizeImportsConfig companion object
final case class OrganizeImportsConfig(blankLines: BlankLines, coalesceToWildcardImportThreshold: Option[Int], expandRelative: Boolean, groupExplicitlyImportedImplicitsSeparately: Boolean, groupedImports: GroupedImports, groups: Seq[String], importSelectorsOrder: ImportSelectorsOrder, importsOrder: ImportsOrder, preset: Preset, removeUnused: Boolean, targetDialect: TargetDialect)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product