From 6433bb1a07db3c414a6b414819c8823d5b835262 Mon Sep 17 00:00:00 2001 From: _N0x <tf@n0x.io> Date: Tue, 25 Feb 2025 14:35:27 +0100 Subject: [PATCH] FEAT: Exdented funny git config --- git/.gitconfig | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index dd07836..b7c1fe1 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -36,4 +36,12 @@ conflictstyle = zdiff3 [core] fsmonitor = true - untrackedCache = true + untrackedCache = true +[log] + date = iso +[apply] + # Remove trailing whitespaces + whitespace = fix +[color "diff"] + whitespace = red reverse +