From afd67b8d2a8e894bc338ac94303bf287bf6f590a Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 9 Feb 2022 00:19:57 +0100 Subject: git: don't make trailing whitespace an error --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config index e976288..cc46a02 100644 --- a/.config/git/config +++ b/.config/git/config @@ -34,7 +34,7 @@ # Treat spaces before tabs and all kinds of trailing whitespace as an error # [default] trailing-space: looks for spaces at the end of a line # [default] space-before-tab: looks for spaces before tabs at the beginning of a line - whitespace = space-before-tab,-indent-with-non-tab,trailing-space + whitespace = space-before-tab,-indent-with-non-tab,-trailing-space # Make `git rebase` safer on OS X # More info: -- cgit 1.4.1