Indented
case class Indented(width: IndentWidth, others: Set[IndentWidth], prefix: Token, outer: Region | Null) extends Region
A class describing an indentation region.
- Value Params
- others
Other indendation widths > width of lines in the same region
- prefix
The token before the initial
of the region - width
The principal indendation width
Value members
Inherited methods
The enclosing region, which is required to exist
The enclosing region, which is required to exist
- Inherited from
- Region
The indentation width, Zero if not known
The indentation width, Zero if not known
- Inherited from
- Region