home: jujutsu: set 'ui.diff-formatter'
I *still* don't really like the built-in formatting, but it's more about its highlighting than its syntax. Given that I default to using `delta` anyways, it doesn't _really_ matter as I don't see the default output.
This commit is contained in:
parent
1fb09cdb0d
commit
f16195cc99
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@ in
|
|||
lola = [ "lol" "-r" "all()" ];
|
||||
};
|
||||
|
||||
ui = {
|
||||
# I don't like word-diff
|
||||
diff-formatter = ":git";
|
||||
};
|
||||
|
||||
"--scope" = [
|
||||
# Multiple identities
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue