object Newlines extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Newlines
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract class AfterCurlyLambdaParams extends AnyRef
- sealed abstract class AfterInfix extends AnyRef
- sealed abstract class AvoidForSimpleOverflow extends AnyRef
- sealed abstract class BeforeAfter extends AnyRef
- sealed abstract class BeforeCurlyLambdaParams extends AnyRef
- case class BeforeOpenParen(src: SourceHints = null) extends Product with Serializable
- sealed abstract class ForceBeforeMultilineAssign extends AnyRef
- case class NumBlanks(before: Int = 0, after: Int = 0, beforeEndMarker: Int = 0) extends Product with Serializable
- before
number of blanks to use before the statement
- after
number of blanks to use after the statement
- sealed abstract class SourceHints extends AnyRef
- case class TopStatBlanks(regex: Option[String] = None, minBreaks: Int = 1, blanks: Option[NumBlanks] = None, maxNest: Int = Int.MaxValue) extends Product with Serializable
- regex
Regular expression to match against the statement type
- minBreaks
Minimum span (number of line breaks between first and last line) to start forcing blank lines.
- maxNest
Maximum amount of nesting (indentation level) of a statement
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val beforeAfterReader: ConfCodecEx[BeforeAfter]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit lazy val codec: ConfCodecEx[Newlines]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit lazy val surface: Surface[Newlines]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object AfterCurlyLambdaParams
- object AfterInfix
- object AvoidForSimpleOverflow
- object BeforeCurlyLambdaParams
- object BeforeOpenParen extends Serializable
- object ForceBeforeMultilineAssign
- object NumBlanks extends Serializable
- object SourceHints
- object TopStatBlanks extends Serializable
- case object after extends BeforeAfter with Product with Serializable
- case object before extends BeforeAfter with Product with Serializable
- case object classic extends SourceHints with Product with Serializable
- case object fold extends SourceHints with Product with Serializable
- case object keep extends SourceHints with Product with Serializable
- case object unfold extends SourceHints with Product with Serializable