traitSpellsConfigModule extends LocationAwareConfigModule with LocationAwarePropertyModule
Provides access to the SpellsConfig object.
Access values from the config like so: SpellsConfig.terminal.WidthInCharacters.value.
If Scala can infer the type you might drop the .value call, thanks to the respective implicit conversions in scope.
Provides access to the
SpellsConfig
object. Access values from the config like so:SpellsConfig.terminal.WidthInCharacters.value
. If Scala can infer the type you might drop the.value
call, thanks to the respective implicit conversions in scope.