Comments
Patch
@@ -11,7 +11,7 @@ This extension modifies the status and r
to their output to reflect file status, the qseries command to add
color to reflect patch status (applied, unapplied, missing), and to
diff-related commands to highlight additions, removals, diff headers,
-and trailing whitespace.
+tabs, and trailing whitespace.
Other effects in addition to color, like bold and underlined text, are
also available. By default, the terminfo database is used to find the
@@ -45,6 +45,7 @@ Default effects may be overridden from y
diff.deleted = red
diff.inserted = green
diff.changed = white
+ diff.tab = none
diff.trailingwhitespace = bold red_background
resolve.unresolved = red bold
@@ -255,6 +256,7 @@ except ImportError:
'diff.file_b': 'green bold',
'diff.hunk': 'magenta',
'diff.inserted': 'green',
+ 'diff.tab': 'none',
'diff.trailingwhitespace': 'bold red_background',
'diffstat.deleted': 'red',
'diffstat.inserted': 'green',