feat(git): use difftastic by default

This commit is contained in:
Pierre Martin
2024-06-21 05:31:42 +02:00
parent 1c7d38bf3d
commit 1c7c8cbf55
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
diff.colorMoved = "default";
merge.tool = "meld";
diff.external = "difft";
diff.algorithm = "patience";
pull.ff = "only";
credential.helper = "store";