From 26c9fa3b070b80a76c7f2df113cbfa4b3e4365b5 Mon Sep 17 00:00:00 2001
From: rycee
Options to add to the .jjconfig.toml
file. See
+
Options to add to the config.toml
file. See
https://github.com/martinvonz/jj/blob/main/docs/config.md
for options.
Example:
{
user = {
- name = "John Doe";
email = "jdoe@example.org";
+ name = "John Doe";
};
}
-
Declared by: