Configuration

Configuration is stored at ~/.stormleaf/config.toml. All keys are optional — defaults are shown.

Core settings

[core]
data_dir = "~/.stormleaf/data"
editor   = "$EDITOR"
timezone = "UTC"

[output]
color    = true
format   = "text"   # or "json"

[sync]
enabled  = false    # local-only by default

Resetting to defaults

stormleaf config reset

Backs up the existing file to config.toml.bak and writes fresh defaults.