2.home-manager/tests/modules/programs/git/git-difftastic-expected.conf
Brian Lyles 7d3d323e90 git: add extraArgs option for difftastic
This option will cover any other arguments that aren't made available
with dedicated options.
2025-10-06 08:06:53 -05:00

12 lines
384 B
Text

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