Package

fix

Permalink

package fix

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BlankLines extends AnyRef

    Permalink
  2. sealed trait GroupedImports extends AnyRef

    Permalink
  3. sealed trait ImportMatcher extends AnyRef

    Permalink
  4. sealed trait ImportSelectorsOrder extends AnyRef

    Permalink
  5. case class ImporterSymbolNotFound(ref: Name) extends Diagnostic with Product with Serializable

    Permalink
  6. sealed trait ImportsOrder extends AnyRef

    Permalink
  7. class OrganizeImports extends SemanticRule

    Permalink
  8. final case class OrganizeImportsConfig(blankLines: BlankLines = BlankLines.Auto, coalesceToWildcardImportThreshold: Option[Int] = None, expandRelative: Boolean = false, groupExplicitlyImportedImplicitsSeparately: Boolean = false, groupedImports: GroupedImports = GroupedImports.Explode, groups: Seq[String] = ..., importSelectorsOrder: ImportSelectorsOrder = ImportSelectorsOrder.Ascii, importsOrder: ImportsOrder = ImportsOrder.Ascii, preset: Preset = Preset.DEFAULT, removeUnused: Boolean = true) extends Product with Serializable

    Permalink
  9. sealed trait Preset extends AnyRef

    Permalink
  10. case class TooManyAliases(name: Name, renames: Seq[Rename]) extends Diagnostic with Product with Serializable

    Permalink

Value Members

  1. object BlankLines

    Permalink
  2. object GroupedImports

    Permalink
  3. object ImportMatcher

    Permalink
  4. object ImportSelectorsOrder

    Permalink
  5. object ImportsOrder

    Permalink
  6. object OrganizeImports

    Permalink
  7. object OrganizeImportsConfig extends Serializable

    Permalink
  8. object Preset

    Permalink

Ungrouped