diff options
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 5 |
1 files changed, 4 insertions, 1 deletions
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 |