16 lines
269 B
TOML
16 lines
269 B
TOML
|
|
#:schema https://jj-vcs.github.io/jj/latest/config-schema.json
|
||
|
|
|
||
|
|
[user]
|
||
|
|
email = "{{ VCS_EMAIL }}"
|
||
|
|
name = "{{ VCS_NAME }}"
|
||
|
|
|
||
|
|
[ui]
|
||
|
|
editor = "hx"
|
||
|
|
default-command = "status"
|
||
|
|
|
||
|
|
[[--scope]]
|
||
|
|
--when.commands = ["diff", "show"]
|
||
|
|
[--scope.ui]
|
||
|
|
pager = "delta"
|
||
|
|
diff-formatter = ":git"
|