From 956940b91a82ea31b7eef76a064224b590bd8f7f Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Mon, 16 Aug 2021 16:14:37 +0200 Subject: I use tabs now --- .config/git/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 6e8fd28..3c47240 100644 --- a/.config/git/config +++ b/.config/git/config @@ -11,7 +11,10 @@ verbose = true [core] # complain about tabs used for indenting - whitespace = tab-in-indent + # commented because I switched to tabs + # and yaml can’t use tabs + # so either variant will complain + # whitespace = tab-in-indent [diff] # use (i)ndex, (w)orktree, (c)ommit, etc instead of a/ and b/ mnemonicprefix = true -- cgit v1.2.3