emmet.core.settings

Settings for defaults in the core definitions of Materials Project Documents.

Classes

DEFAULT_CONFIG_FILE_PATH

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

EmmetSettings

Settings for the emmet- packages Non-core packages should subclass this to get settings specific to their needs The default way to modify these is to modify ~/.emmet.json or set the environment variable EMMET_CONFIG_FILE to point to the json with emmet settings

TYPE_CHECKING

bool(x) -> bool