summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <hendrik.jaeger@dswiss.com>2021-08-16 16:14:37 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2021-08-16 16:15:48 +0200
commit956940b91a82ea31b7eef76a064224b590bd8f7f (patch)
treeda7dcf0515759bf31f703a8990a15ab8d20d9c4d
parent2be34bf81448bb263e7752c8ed4869ab4b9a62b9 (diff)
I use tabs now
-rw-r--r--.config/git/config5
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