IronConfig

io.github.iltotore.iron.internal.IronConfig
See theIronConfig companion object
case class IronConfig(codeFormat: CodeFormat, shortMessages: Boolean, shortReasons: Boolean)

The config or Iron at compile-time.

Value parameters

codeFormat

the format used to print code

shortMessages

use abbreviated messages, useful for error lenses and similar

shortReasons

use more concise error messages or full error if false

Attributes

Companion
object
Source
IronConfig.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val color: Boolean

Attributes

Source
IronConfig.scala