From 3d9265d0e5d9c7f9c0a73938962276814bc525df Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sat, 27 Jun 2020 11:41:02 -0700 Subject: [PATCH] Remove double-define of core.whitespace --- .gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 04a9c6f..10978d5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,7 +5,6 @@ # Declare erroenous the same whitespace errors vim does whitespace = space-before-tab,-indent-with-non-tab,trailing-space editor = vim - whitespace = warn [diff] # Detect both copies and renames in diffs