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 = "[email protected]";
name = "John Doe";
};
}
Options to add to the config.toml file. See https://github.com/martinvonz/jj/blob/main/docs/config.md for options.
TOML value
{ }
{
user = {
email = "[email protected]";
name = "John Doe";
};
}