+1
jj/config.toml
+1
jj/config.toml
···
7
[ui]
8
default-command = ["log", "--no-pager"]
9
should-sign-off = true
10
+
diff-formatter = ["difft", "--color=always", "--syntax-highlight=off", "$left", "$right"]
11
# diff-editor = ["nvim", "-c", "DiffEditor $left $right $output"]
12
# merge-editor = "vimdiff"
13
# conflict-marker-style = "git"