update outdated jj config and include schema

This commit is contained in:
2025-07-17 23:59:01 +02:00
parent 255f2ccfa6
commit caa3080f5f

View File

@@ -1,9 +1,9 @@
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
[ui] [ui]
default-command = "log" default-command = "log"
diff-formatter = ["difft", "--color=always", "$left", "$right"]
[user] [user]
name = "Romain Paquet" name = "Romain Paquet"
email = "rpqt@rpqt.fr" email = "rpqt@rpqt.fr"
[diff]
diff.tool = ["difft", "--color=always", "$left", "$right"]