From 91ca5382ce211d4b0d919628de795107bdf34f3b Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 22:41:58 +0100 Subject: [PATCH] For conformity, color trailing whitespace green, not red --- git.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.nanorc b/git.nanorc index 264aeaa..0aaf475 100644 --- a/git.nanorc +++ b/git.nanorc @@ -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