For conformity, color trailing whitespace green, not red

This commit is contained in:
Elof 2016-12-06 22:41:58 +01:00 committed by GitHub
parent 25db126921
commit 91ca5382ce
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ color brightblack "^#[[:space:]]On branch"
color brightblack "#" color brightblack "#"
# Trailing spaces (+LINT is not ok, git uses tabs) # Trailing spaces (+LINT is not ok, git uses tabs)
color ,red "[[:space:]]+$" color ,green "[[:space:]]+$"
# This syntax format is used for interactive rebasing # This syntax format is used for interactive rebasing