For conformity, color trailing whitespace green, not red

pull/128/head
Elof 7 years ago committed by GitHub
parent 25db126921
commit 91ca5382ce

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

Loading…
Cancel
Save