case class Indents(main: Int = 2, significant: Option[Int] = None, callSite: Int = 2, ctrlSite: Option[Int] = None, defnSite: Int = 4, caseSite: Int = 4, ctorSite: Option[Int] = None, extraBeforeOpenParenDefnSite: Int = 0, extendSite: Int = 4, withSiteRelativeToExtends: Int = 0, commaSiteRelativeToExtends: Int = 2) extends Product with Serializable

main

the primary indentation used in the code

significant

the indentation used when optional braces are omitted

callSite

indentation around function calls, etc.

defnSite

indentation around class/def

caseSite

indentation for case values before arrow

ctorSite

indentation around class constructor parameters

extendSite

indentation before extends

withSiteRelativeToExtends

additional indentation before with

commaSiteRelativeToExtends

additional indentation before in the line after extends with a comma

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Indents
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Indents(main: Int = 2, significant: Option[Int] = None, callSite: Int = 2, ctrlSite: Option[Int] = None, defnSite: Int = 4, caseSite: Int = 4, ctorSite: Option[Int] = None, extraBeforeOpenParenDefnSite: Int = 0, extendSite: Int = 4, withSiteRelativeToExtends: Int = 0, commaSiteRelativeToExtends: Int = 2)

    main

    the primary indentation used in the code

    significant

    the indentation used when optional braces are omitted

    callSite

    indentation around function calls, etc.

    defnSite

    indentation around class/def

    caseSite

    indentation for case values before arrow

    ctorSite

    indentation around class constructor parameters

    extendSite

    indentation before extends

    withSiteRelativeToExtends

    additional indentation before with

    commaSiteRelativeToExtends

    additional indentation before in the line after extends with a comma

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val callSite: Int
  6. val caseSite: Int
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val commaSiteRelativeToExtends: Int
  9. val ctrlSite: Option[Int]
  10. val defnSite: Int
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val extendSite: Int
  13. val extraBeforeOpenParenDefnSite: Int
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDefnSite(tree: Tree): Int
  17. lazy val getSignificant: Int
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val main: Int
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. val withSiteRelativeToExtends: Int

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped