pull/864/merge
Evan Martin 2025-12-09 15:13:40 +07:00 committed by GitHub
commit 0ddc43848c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

@ -9,5 +9,9 @@ file](https://jj-vcs.github.io/jj/latest/config/#user-config-files).
```toml
[ui]
diff-formatter = ["difft", "--color=always", "$left", "$right"]
diff.tool = "difft"
[merge-tools.difft]
diff-args = ["--color=always", "$left", "$right"]
diff-invocation-mode = "file-by-file"
```