From 0730be2026bddacdb5333abb04379b70a0504035 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 24 Oct 2023 15:10:38 +1100 Subject: [PATCH] Set my preferred tabsize for git-delta --- dot-config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-config/git/config b/dot-config/git/config index 0fb2848..fdacfae 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -41,6 +41,7 @@ [delta] line-numbers = true + tabs = 2 syntax-theme = Monokai Extended [diff]