update outdated jj config and include schema
This commit is contained in:
parent
255f2ccfa6
commit
caa3080f5f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
|
||||
|
||||
[ui]
|
||||
default-command = "log"
|
||||
diff-formatter = ["difft", "--color=always", "$left", "$right"]
|
||||
|
||||
[user]
|
||||
name = "Romain Paquet"
|
||||
email = "rpqt@rpqt.fr"
|
||||
|
||||
[diff]
|
||||
diff.tool = ["difft", "--color=always", "$left", "$right"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue