Fundamentals
Set theme to dark (⇧+D)

Tom’s Obvious, Minimal Language (TOML)

TOML is a file format for configuration files, intended to be unambiguously mappable to a Dictionary (a list of Key-Value Pairs). It was created by Tom Preston-Werner and used by various tools to define configuration, among which the tool that generated this very website.

​​ Sources