2.home-manager/tests/modules/programs/git/git-difftastic-expected.conf
Brian Lyles 1652349e57 git: add option for difftastic context
The ability to control the number of contextual lines is a basic
expectation of a diff program, so a dedicated option feels warranted.
2025-10-06 08:06:53 -05:00

12 lines
330 B
Text

[diff]
external = "@difftastic@/bin/difft --color always --background dark --display inline --context 5"
tool = "difftastic"
[difftool "difftastic"]
cmd = "@difftastic@/bin/difft --color always --background dark --display inline --context 5 $LOCAL $REMOTE"
[gpg]
format = "openpgp"
[gpg "openpgp"]
program = "path-to-gpg"