Options to add to the config.toml file. See https://github.com/martinvonz/jj/blob/main/docs/config.md for options.
Declarations
Type
TOML value
Default
{ }
Example
{
user = {
email = "jdoe@example.org";
name = "John Doe";
};
}
Sign in to create a configuration using this setting.