commit | c2e936a81ce2eca1cadbf89aea7874bb8f7b7eae | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Feb 06 17:31:29 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Fri Feb 06 17:31:29 2009 -0800 |
tree | 6fed682b88d5266abe5ce8f23a61822614a7c092 | |
parent | b97a109a9cab8dbeb3aab0c89c818307470548df [diff] |
Highlight common whitespace errors such as whitespace on end of line Show trailing whitespace (space and/or tab after the end of line, but before the LF) by displaying it with a red background, so it stands out visually against the rest of the patch. Also show tab-after-space within the leading indentation for the line, as this is an abnormal way to indent a line of code that usually results in badly formatted code. Bug: GERRIT-23 Signed-off-by: Shawn O. Pearce <sop@google.com>