devbox/assets/jj/config.toml

16 lines
269 B
TOML
Raw Permalink Normal View History

2026-03-17 11:47:59 -07:00
#: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"