diff: enable indent heuristic by default
[gitweb.git] / diff.c
diff --git a/diff.c b/diff.c
index da96577ea87689a4f3b66ae8602eb8e83c84147b..2c47ccb4a79ccf5aacc922a089721f4551c5bf83 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -27,7 +27,7 @@
 #endif
 
 static int diff_detect_rename_default;
-static int diff_indent_heuristic; /* experimental */
+static int diff_indent_heuristic = 1;
 static int diff_rename_limit_default = 400;
 static int diff_suppress_blank_empty;
 static int diff_use_color_default = -1;