From 69128075a2b28c7ea8debd82486fa17d54836594 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 27 Dec 2016 08:31:10 -0800 Subject: [PATCH] [git] use indent instead of compaction heuristic for diffs --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index f7a2618..2c8e81e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -53,7 +53,8 @@ [diff] algorithm = patience tool = icdiff - compactionHeuristic = true + ; compactionHeuristic = true + indentHeuristic = true [fetch] prune = true [tag]